diff options
author | Alberth289346 <alberth289346@gmail.com> | 2018-06-23 14:02:50 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-06-23 14:02:50 +0200 |
commit | 11ba094582ae3eb8ed20f2f47938e18a827d6163 (patch) | |
tree | 00b803dc84d55a17e2102074cbac7d6f2ab4e812 /src/lang | |
parent | 1a5a95aa49bd191901301f9241a21c02a0579c00 (diff) | |
download | openttd-11ba094582ae3eb8ed20f2f47938e18a827d6163.tar.xz |
Feature #4186: Append '(City)' behind cities in the town directory (sbr)
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 15acb5578..0b5243c89 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2980,6 +2980,7 @@ STR_EDIT_SIGN_SIGN_OSKTITLE :{BLACK}Enter a STR_TOWN_DIRECTORY_CAPTION :{WHITE}Towns STR_TOWN_DIRECTORY_NONE :{ORANGE}- None - STR_TOWN_DIRECTORY_TOWN :{ORANGE}{TOWN}{BLACK} ({COMMA}) +STR_TOWN_DIRECTORY_CITY :{ORANGE}{TOWN}{YELLOW} (City){BLACK} ({COMMA}) STR_TOWN_DIRECTORY_LIST_TOOLTIP :{BLACK}Town names - click on name to centre main view on town. Ctrl+Click opens a new viewport on town location STR_TOWN_POPULATION :{BLACK}World population: {COMMA} |