mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- Fixed text problems on money UDB popup
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4746 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2411,13 +2411,14 @@ STR16 gConditionDesc[] =
|
||||
CHAR16 gMoneyStatsDesc[][ 13 ] =
|
||||
{
|
||||
L"Betrag",
|
||||
L"Verbleibend:", //this is the overall balance
|
||||
L"verbleibend:", //this is the overall balance
|
||||
L"Betrag",
|
||||
L"Abheben:", // the amount he wants to separate from the overall balance to get two piles of money
|
||||
L"teilen:", // the amount he wants to separate from the overall balance to get two piles of money
|
||||
|
||||
L"Konto",
|
||||
L"Saldo",
|
||||
L"Saldo:",
|
||||
L"Betrag",
|
||||
L"abheben",
|
||||
L"abheben:",
|
||||
};
|
||||
|
||||
//The health of various creatures, enemies, characters in the game. The numbers following each are for comment
|
||||
|
||||
Reference in New Issue
Block a user