diff options
author | yexo <yexo@openttd.org> | 2012-10-29 20:22:48 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2012-10-29 20:22:48 +0000 |
commit | c09437196354cea8f092ac721c6f32aeea85eae8 (patch) | |
tree | 09a2624a118bbe2a302969a1ef5413bb23bdd940 /src | |
parent | c4fa82adba9a0c95f2c25e68822cbe83175f1113 (diff) | |
download | openttd-c09437196354cea8f092ac721c6f32aeea85eae8.tar.xz |
(svn r24649) -Fix (r24647): wrong version of strings got committed
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 5d12b4e93..7f2879178 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1118,8 +1118,8 @@ STR_CONFIG_SETTING_TYPE_COMPANY_INGAME :Company setting STR_CONFIG_SETTING_RESTRICT_LABEL :{BLACK}Show: STR_CONFIG_SETTING_RESTRICT_DROPDOWN_HELPTEXT :{BLACK}Restricts the list below showing only changed settings STR_CONFIG_SETTING_RESTRICT_ALL :All settings -STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT :Game and company settings with a different value than the default -STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT_WO_LOCAL :Game settings that have a different value than the default +STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT :Settings with a different value than the default +STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT_WO_LOCAL :Non-client settings with a different value than the default STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_NEW :Settings with a different value than your new-game settings STR_CONFIG_SETTING_OFF :Off |