summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-08-07 17:37:41 +0000
committerfrosch <frosch@openttd.org>2013-08-07 17:37:41 +0000
commit8cd7368d7aa6f0b3558f85436871961aab2d6849 (patch)
treee6b2fb209ffdc1c53e7109f120b94aec84201e06 /src
parentfbe6b92b1da1f2586738f1cc9b268a2783966321 (diff)
downloadopenttd-8cd7368d7aa6f0b3558f85436871961aab2d6849.tar.xz
(svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less confusing.
Diffstat (limited to 'src')
-rw-r--r--src/lang/english.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index cf6e04f4b..cfad971ff 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -1079,7 +1079,7 @@ STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT :Settings with a
STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_NEW :Settings with a different value than your new-game settings
STR_CONFIG_SETTING_TYPE_DROPDOWN_HELPTEXT :{BLACK}Restricts the list below to certain setting types
-STR_CONFIG_SETTING_TYPE_DROPDOWN_ALL :All settings
+STR_CONFIG_SETTING_TYPE_DROPDOWN_ALL :All setting types
STR_CONFIG_SETTING_TYPE_DROPDOWN_CLIENT :Client settings (not stored in saves; affects all games)
STR_CONFIG_SETTING_TYPE_DROPDOWN_GAME_MENU :Game settings (stored in saves; affects only new games)
STR_CONFIG_SETTING_TYPE_DROPDOWN_GAME_INGAME :Game settings (stored in save; affects only current game)