diff options
author | alberth <alberth@openttd.org> | 2010-05-16 19:02:43 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-05-16 19:02:43 +0000 |
commit | d2338453706dec618f47aca3cbbbb65f4e63ffc7 (patch) | |
tree | ad1e7cf3760158b3d10b3130119062aede07606e /src/lang | |
parent | b7a8497ccdca2dd6f8a36b580187d7db5f90dcf8 (diff) | |
download | openttd-d2338453706dec618f47aca3cbbbb65f4e63ffc7.tar.xz |
(svn r19838) -Change: Add filter capability to the availables list.
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 d527c3bbd..03ea8f391 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2325,6 +2325,7 @@ STR_NEWGRF_SETTINGS_INFO_TITLE :{WHITE}Detailed STR_NEWGRF_SETTINGS_ACTIVE_LIST :{WHITE}Active NewGRF files STR_NEWGRF_SETTINGS_INACTIVE_LIST :{WHITE}Inactive NewGRF files STR_NEWGRF_SETTINGS_SELECT_PRESET :{ORANGE}Select preset: +STR_NEWGRF_FILTER_TITLE :{ORANGE}Filter string: STR_NEWGRF_SETTINGS_PRESET_LIST_TOOLTIP :{BLACK}Load the selected preset STR_NEWGRF_SETTINGS_PRESET_SAVE :{BLACK}Save preset STR_NEWGRF_SETTINGS_PRESET_SAVE_TOOLTIP :{BLACK}Save the current list as a preset |