diff options
author | smatz <smatz@openttd.org> | 2009-09-21 18:16:00 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-21 18:16:00 +0000 |
commit | 15511678e32880001aba50c9230be5fb141dc0ad (patch) | |
tree | 5ae1112911f6d6d851c99e05fbe0aaf030e0864e /src/lang | |
parent | 60a13f49bddb11419416066c8f85268a47522770 (diff) | |
download | openttd-15511678e32880001aba50c9230be5fb141dc0ad.tar.xz |
(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f2761f7de..3cd7ed36e 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2026,9 +2026,9 @@ STR_RESET_LANDSCAPE_CONFIRMATION_TEXT :{WHITE}Are you # Town generation window (SE) STR_FOUND_TOWN_CAPTION :{WHITE}Town Generation STR_FOUND_TOWN_NEW_TOWN_BUTTON :{BLACK}New Town -STR_FOUND_TOWN_NEW_TOWN_TOOLTIP :{BLACK}Construct new town +STR_FOUND_TOWN_NEW_TOWN_TOOLTIP :{BLACK}Found new town STR_FOUND_TOWN_RANDOM_TOWN_BUTTON :{BLACK}Random Town -STR_FOUND_TOWN_RANDOM_TOWN_TOOLTIP :{BLACK}Build town in random location +STR_FOUND_TOWN_RANDOM_TOWN_TOOLTIP :{BLACK}Found town in random location STR_FOUND_TOWN_MANY_RANDOM_TOWNS :{BLACK}Many random towns STR_FOUND_TOWN_RANDOM_TOWNS_TOOLTIP :{BLACK}Cover the map with randomly placed towns @@ -3279,7 +3279,7 @@ STR_ERROR_PROTECTED :{WHITE}This com # Town related errors STR_ERROR_CAN_T_GENERATE_TOWN :{WHITE}Can't build any towns STR_ERROR_CAN_T_RENAME_TOWN :{WHITE}Can't rename town... -STR_ERROR_CAN_T_BUILD_TOWN_HERE :{WHITE}Can't build town here... +STR_ERROR_CAN_T_FOUND_TOWN_HERE :{WHITE}Can't found town here... STR_ERROR_TOO_CLOSE_TO_EDGE_OF_MAP_SUB :{WHITE}... too close to edge of map STR_ERROR_TOO_CLOSE_TO_ANOTHER_TOWN :{WHITE}... too close to another town STR_ERROR_TOO_MANY_TOWNS :{WHITE}... too many towns @@ -3292,7 +3292,7 @@ STR_ERROR_CAN_T_GENERATE_INDUSTRIES :{WHITE}Can't ge STR_ERROR_CAN_T_BUILD_HERE :{WHITE}Can't build {STRING} here... STR_ERROR_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here... STR_ERROR_INDUSTRY_TOO_CLOSE :{WHITE}... too close to another industry -STR_ERROR_MUST_BUILD_TOWN_FIRST :{WHITE}... must build town first +STR_ERROR_MUST_FOUND_TOWN_FIRST :{WHITE}... must found town first STR_ERROR_ONLY_ONE_ALLOWED_PER_TOWN :{WHITE}... only one allowed per town STR_ERROR_CAN_ONLY_BE_BUILT_IN_TOWNS_WITH_POPULATION_OF_1200 :{WHITE}... can only be built in towns with a population of at least 1200 STR_ERROR_CAN_ONLY_BE_BUILT_IN_RAINFOREST :{WHITE}... can only be built in rainforest areas |