diff options
author | truelight <truelight@openttd.org> | 2004-12-31 19:09:03 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-31 19:09:03 +0000 |
commit | 36333076d5b9df0d16363fe8ad52aa59638a18e0 (patch) | |
tree | d180d39a18a27540c3fb254f5872dd158732c7b6 /lang | |
parent | 2ebc5011f3a5e1d7d9cd474e1d0c7e2ec0765188 (diff) | |
download | openttd-36333076d5b9df0d16363fe8ad52aa59638a18e0.tar.xz |
(svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns
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 4ce414cb8..78d8c881b 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1483,7 +1483,7 @@ STR_1818_ROAD_RAIL_LEVEL_CROSSING :Road/rail level crossing ##id 0x2000 STR_2000_TOWNS :{WHITE}Towns -STR_TOWN_LABEL_POP :{WHITE}{STRING} ({COMMA16}) +STR_TOWN_LABEL_POP :{WHITE}{STRING} ({COMMA32}) STR_2001 :{WHITE}{STRING} STR_2002 :{TINYFONT}{BLACK}{STRING} STR_2003 :{TINYFONT}{WHITE}{STRING} |