diff options
author | frosch <frosch@openttd.org> | 2012-07-17 20:18:18 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-07-17 20:18:18 +0000 |
commit | cd867eb5737672d611b6c5570b87e6e6ef82cb66 (patch) | |
tree | d2ada6339276a2288a24560e7764efb260c70550 /src/lang | |
parent | 8361625ad61162c8e4ae5c6a871778d817d53381 (diff) | |
download | openttd-cd867eb5737672d611b6c5570b87e6e6ef82cb66.tar.xz |
(svn r24411) -Add [FS#5244-ish]: Display the a setting type in the adv. settings description which explains the scope of changes to a particular setting.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 0c3d8de5e..b78aebd55 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1105,6 +1105,12 @@ STR_WARNING_DIFFICULTY_TO_CUSTOM :{WHITE}This act STR_CONFIG_SETTING_CAPTION :{WHITE}Advanced Settings STR_CONFIG_SETTING_NO_EXPLANATION_AVAILABLE_HELPTEXT :(no explanation available) STR_CONFIG_SETTING_DEFAULT_VALUE :{LTBLUE}Default value: {ORANGE}{STRING1} +STR_CONFIG_SETTING_TYPE :{LTBLUE}Setting type: {ORANGE}{STRING} +STR_CONFIG_SETTING_TYPE_CLIENT :Client setting (not stored in saves; affects all games) +STR_CONFIG_SETTING_TYPE_GAME_MENU :Game setting (stored in saves; affects only new games) +STR_CONFIG_SETTING_TYPE_GAME_INGAME :Game setting (stored in save; affects only current game) +STR_CONFIG_SETTING_TYPE_COMPANY_MENU :Company setting (stored in saves; affects only new games) +STR_CONFIG_SETTING_TYPE_COMPANY_INGAME :Company setting (stored in save; affects only current company) STR_CONFIG_SETTING_OFF :Off STR_CONFIG_SETTING_ON :On |