diff options
author | tron <tron@openttd.org> | 2005-11-16 12:37:22 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-11-16 12:37:22 +0000 |
commit | 7b69def47a2498dafe53041e0c94e7f448bbb9ef (patch) | |
tree | f92ac9b9f1674e97f3c887790e14b2f933b5a115 /lang/american.txt | |
parent | 3c0179dd079244a1c1a9d3489c7d2ccc8dce0b5f (diff) | |
download | openttd-7b69def47a2498dafe53041e0c94e7f448bbb9ef.tar.xz |
(svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro
Diffstat (limited to 'lang/american.txt')
-rw-r--r-- | lang/american.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/american.txt b/lang/american.txt index af617369f..e51247471 100644 --- a/lang/american.txt +++ b/lang/american.txt @@ -835,10 +835,10 @@ STR_TOWNNAME_CZECH :Czech STR_TOWNNAME_SWISS :Swiss ############ end of townname region -STR_CURR_GBP :Pounds ({POUNDSIGN}) +STR_CURR_GBP :Pounds (£) STR_CURR_USD :Dollars ($) STR_CURR_EUR :Euro (¤) -STR_CURR_YEN :Yen ({YENSIGN}) +STR_CURR_YEN :Yen (¥) STR_CURR_ATS :Austrian Shilling (ATS) STR_CURR_BEF :Belgian Franc (BEF) STR_CURR_CHF :Swiss Franc (CHF) @@ -2709,7 +2709,7 @@ STR_NEWGRF_FILENAME :{BLACK}Filename STR_NEWGRF_GRF_ID :{BLACK}GRF ID: STR_CURRENCY_WINDOW :{WHITE}Custom currency -STR_CURRENCY_EXCHANGE_RATE :{LTBLUE}Exchange rate: {ORANGE}{CURRENCY} = {POUNDSIGN} {COMMA} +STR_CURRENCY_EXCHANGE_RATE :{LTBLUE}Exchange rate: {ORANGE}{CURRENCY} = £ {COMMA} STR_CURRENCY_SEPARATOR :{LTBLUE}Separator: STR_CURRENCY_PREFIX :{LTBLUE}Prefix: STR_CURRENCY_SUFFIX :{LTBLUE}Suffix: |