diff options
author | rubidium <rubidium@openttd.org> | 2009-06-20 19:23:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-06-20 19:23:45 +0000 |
commit | 460d99abcfb11ff165151388a23e78528d5c632c (patch) | |
tree | 5d10be03b268c21b10439a21773012245e6dfb11 /src | |
parent | e994d1ddaa4b498eba23e04b2ceea727724bf2fe (diff) | |
download | openttd-460d99abcfb11ff165151388a23e78528d5c632c.tar.xz |
(svn r16610) -Fix: remove rogue space before '?'
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index d31a77642..238b875f1 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -640,7 +640,7 @@ STR_SAVELOAD_SAVE_SCENARIO :{WHITE}Save Sce STR_INTRO_PLAY_SCENARIO :{BLACK}Play Scenario STR_INTRO_PLAY_HEIGHTMAP :{BLACK}Play Heightmap STR_INTRO_PLAY_HEIGHTMAP_TOOLTIP :{BLACK}Start a new game, using a heightmap as landscape -STR_QUIT_SCENARIO_QUERY :{YELLOW}Are you sure you want to quit this scenario ? +STR_QUIT_SCENARIO_QUERY :{YELLOW}Are you sure you want to quit this scenario? 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_SCENEDIT_TOOLBAR_TOOLTIP_MOVE_THE_STARTING_DATE_BACKWARD :{BLACK}Move the starting date backward 1 year STR_SCENEDIT_TOOLBAR_TOOLTIP_MOVE_THE_STARTING_DATE_FORWARD :{BLACK}Move the starting date forward 1 year |