diff options
author | smatz <smatz@openttd.org> | 2009-05-13 10:38:46 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-05-13 10:38:46 +0000 |
commit | 1f3dce6f854240824951cd1476761b75a8c5f817 (patch) | |
tree | fa856f05436fee1ff561ca701e093361e0bb7c54 | |
parent | 3afce9b641f29c8413928906fa6c643af56796e4 (diff) | |
download | openttd-1f3dce6f854240824951cd1476761b75a8c5f817.tar.xz |
(svn r16289) -Fix (r16211): 'Display map' dropdown in scenario editor was broken
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a5577b33a..db92692fb 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -668,7 +668,6 @@ STR_OFF :Off STR_SUMMARY :Summary STR_FULL :Full STR_STATUSBAR_COMPANY_NAME :{SILVER}- - {COMPANY} - - -STR_TOWN_MENU_TOWN_DIRECTORY :Town directory STR_BLACK_STRING :{BLACK}{STRING} STR_CHECKMARK :{CHECKMARK} @@ -702,9 +701,14 @@ STR_STATION_BUILD_COVERAGE_OFF :{BLACK}Off STR_STATION_BUILD_COVERAGE_ON :{BLACK}On STR_TOOLBAR_TOOLTIP_DISPLAY_SUBSIDIES :{BLACK}Display subsidies STR_SUBSIDIES_MENU_SUBSIDIES :Subsidies + +############ 'Display map' dropdown. In SE, there is one more item. STR_MAP_MENU_MAP_OF_WORLD :Map of world STR_MAP_MENU_EXTRA_VIEW_PORT :Extra viewport STR_MAP_MENU_SIGN_LIST :Sign list +STR_TOWN_MENU_TOWN_DIRECTORY :Town directory +############ end of the 'Display map' dropdown + STR_TOWN_POPULATION :{BLACK}World population: {COMMA} STR_EXTRA_VIEW_PORT_TITLE :{WHITE}Viewport {COMMA} STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN :{BLACK}Copy to viewport |