diff options
author | alberth <alberth@openttd.org> | 2010-05-16 18:58:13 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-05-16 18:58:13 +0000 |
commit | b7a8497ccdca2dd6f8a36b580187d7db5f90dcf8 (patch) | |
tree | 681658f85c4581ad59c2296bab0d7c540eafc6df /src/lang | |
parent | 219ae56f8aac67b9e8111500a34700c082eea2fd (diff) | |
download | openttd-b7a8497ccdca2dd6f8a36b580187d7db5f90dcf8.tar.xz |
(svn r19837) -Change: Display list of available (non-active) grfs in the NewGRF window.
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 6041a3ab3..d527c3bbd 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2323,6 +2323,7 @@ STR_GENERATION_PREPARING_GAME :{BLACK}Preparin STR_NEWGRF_SETTINGS_CAPTION :{WHITE}NewGRF Settings STR_NEWGRF_SETTINGS_INFO_TITLE :{WHITE}Detailed NewGRF information 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_SETTINGS_PRESET_LIST_TOOLTIP :{BLACK}Load the selected preset STR_NEWGRF_SETTINGS_PRESET_SAVE :{BLACK}Save preset |