(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 smatz
					smatz