diff options
author | tron <tron@openttd.org> | 2004-11-11 23:23:42 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-11-11 23:23:42 +0000 |
commit | 5d6c0a82204cc3ba04fe7a340260f59d10da29fa (patch) | |
tree | d79c283f53eced48437fc156b46361d5d9b65283 /lang | |
parent | 65058d0d57ebe6cce1872440b2327b47324831e4 (diff) | |
download | openttd-5d6c0a82204cc3ba04fe7a340260f59d10da29fa.tar.xz |
(svn r543) -Fix: [ 1064742 ] Editor Map-Menu wrong String
The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous)
Diffstat (limited to 'lang')
-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 6883ef23a..91f246f38 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -765,13 +765,13 @@ STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Display subsidies STR_02DD_SUBSIDIES :Subsidies STR_02DE_MAP_OF_WORLD :Map of world STR_EXTRA_VIEW_PORT :Extra viewport +STR_02DF_TOWN_DIRECTORY :Town directory STR_EXTRA_VIEW_PORT_TITLE :{WHITE}Viewport {COMMA16} STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN :{BLACK}Copy to viewport STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN_TT :{BLACK}Copy the location of the global view to this viewport STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW :{BLACK}Paste from viewport STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW_TT :{BLACK}Paste the location of this viewport to the global view -STR_02DF_TOWN_DIRECTORY :Town directory STR_02E0_CURRENCY_UNITS :{BLACK}Currency units STR_02E1 :{BLACK}{SKIP}{STRING} STR_02E2_CURRENCY_UNITS_SELECTION :{BLACK}Currency units selection |