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 | db6e1bbb88a49cba220ac6899d3b7724a89534a2 (patch) | |
tree | d180d39a18a27540c3fb254f5872dd158732c7b6 | |
parent | 75567c3d7dd87cbd7aa6c90a5d12b5df66eefe53 (diff) | |
download | openttd-db6e1bbb88a49cba220ac6899d3b7724a89534a2.tar.xz |
(svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns
-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} |