diff options
author | frosch <frosch@openttd.org> | 2012-01-05 20:03:15 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-01-05 20:03:15 +0000 |
commit | fa0949577ecf6b6a5df5bc640160728e64d5ce1a (patch) | |
tree | 17afe927415415770b90a6b287f1118633417927 /src/lang | |
parent | 597ef4e7b18555027ed3db25b43392f3d33f190e (diff) | |
download | openttd-fa0949577ecf6b6a5df5bc640160728e64d5ce1a.tar.xz |
(svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF list may not be edited.
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 869761832..176f33052 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2454,6 +2454,7 @@ STR_NEWGRF_SETTINGS_VIEW_CHANGELOG :{BLACK}Changelo STR_NEWGRF_SETTINGS_VIEW_LICENSE :{BLACK}License STR_NEWGRF_SETTINGS_SET_PARAMETERS :{BLACK}Set parameters +STR_NEWGRF_SETTINGS_SHOW_PARAMETERS :{BLACK}Show parameters STR_NEWGRF_SETTINGS_TOGGLE_PALETTE :{BLACK}Toggle palette STR_NEWGRF_SETTINGS_TOGGLE_PALETTE_TOOLTIP :{BLACK}Toggle the palette of the selected NewGRF.{}Do this when the graphics from this NewGRF look pink in-game STR_NEWGRF_SETTINGS_APPLY_CHANGES :{BLACK}Apply changes |