diff options
author | truelight <truelight@openttd.org> | 2004-09-11 09:40:19 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-09-11 09:40:19 +0000 |
commit | 4ccd84f94b844388d4fab8413bdf77e5580526fe (patch) | |
tree | d1d00d701e79fadb80b9d6271729f74047eba49d /lang | |
parent | ddeae85be4a0ef6e9e4fd49bd3e0aee0d76831d9 (diff) | |
download | openttd-4ccd84f94b844388d4fab8413bdf77e5580526fe.tar.xz |
(svn r201) -Fix: [1025836] Company values bigger dan int32 were put to negative
-Fix: [1025836] Long bridges had negative value
-Fix: Typo in endian_check.c (Zr40)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/english.txt b/lang/english.txt index 5169f2d8f..71d078684 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1932,7 +1932,7 @@ STR_RELOCATE_HQ :{BLACK}Relocate HQ STR_7073_WORLD_RECESSION_FINANCIAL :{BIGFONT}{BLACK}World Recession!{}{}Financial experts fear worst as economy slumps! STR_7074_RECESSION_OVER_UPTURN_IN :{BIGFONT}{BLACK}Recession Over!{}{}Upturn in trade gives confidence to industries as economy strengthens! STR_7075_TOGGLE_LARGE_SMALL_WINDOW :{BLACK}Toggle large/small window size -STR_7076_COMPANY_VALUE :{GOLD}Company value: {WHITE}{CURRENCY} +STR_7076_COMPANY_VALUE :{GOLD}Company value: {WHITE}{CURRENCY64} STR_7077_BUY_25_SHARE_IN_COMPANY :{BLACK}Buy 25% share in company STR_7078_SELL_25_SHARE_IN_COMPANY :{BLACK}Sell 25% share in company STR_7079_BUY_25_SHARE_IN_THIS_COMPANY :{BLACK}Buy 25% share in this company |