diff options
author | alberth <alberth@openttd.org> | 2011-01-09 15:31:14 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-01-09 15:31:14 +0000 |
commit | 0a16e4ee915548e3dd5a1eff31e0d0a7a2d34c9b (patch) | |
tree | 6492543c5793ffd84d74b56625b23c4a4718cf39 /src/lang | |
parent | dbef775e76322294ac86e1e5c5034d3e5ca5a7e7 (diff) | |
download | openttd-0a16e4ee915548e3dd5a1eff31e0d0a7a2d34c9b.tar.xz |
(svn r21756) -Add: Display name of the selected station type in the station picker window.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a09eed0ac..32a47c08d 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -4270,6 +4270,7 @@ STR_TINY_BLACK_STATION :{TINYFONT}{BLAC STR_BLACK_STRING :{BLACK}{STRING} STR_BLACK_RAW_STRING :{BLACK}{RAW_STRING} STR_GREEN_STRING :{GREEN}{STRING} +STR_ORANGE_STRING :{ORANGE}{STRING} STR_RED_STRING :{RED}{STRING} STR_WHITE_STRING :{WHITE}{STRING} STR_TINY_BLACK_HEIGHT :{TINYFONT}{BLACK}{HEIGHT} |