diff options
author | frosch <frosch@openttd.org> | 2011-11-18 14:40:57 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-11-18 14:40:57 +0000 |
commit | 0d901d599f1c492006bd6e5a0aba96a76b42d765 (patch) | |
tree | 9c761b85e9f85890fb07a345494c206e0eccfcb7 /src/lang | |
parent | b725913f3b57110e18114f1f316e810d1d807e35 (diff) | |
download | openttd-0d901d599f1c492006bd6e5a0aba96a76b42d765.tar.xz |
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index dba859af0..185ab8b5c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2408,7 +2408,11 @@ STR_NEWGRF_SETTINGS_MOVEUP_TOOLTIP :{BLACK}Move the STR_NEWGRF_SETTINGS_MOVEDOWN :{BLACK}Move Down STR_NEWGRF_SETTINGS_MOVEDOWN_TOOLTIP :{BLACK}Move the selected NewGRF file down the list STR_NEWGRF_SETTINGS_FILE_TOOLTIP :{BLACK}A list of the NewGRF files that are installed. + +# Additional textfiles accompanying NewGRFs STR_NEWGRF_SETTINGS_VIEW_README :{BLACK}View readme +STR_NEWGRF_SETTINGS_VIEW_CHANGELOG :{BLACK}Changelog +STR_NEWGRF_SETTINGS_VIEW_LICENSE :{BLACK}License STR_NEWGRF_SETTINGS_SET_PARAMETERS :{BLACK}Set parameters STR_NEWGRF_SETTINGS_TOGGLE_PALETTE :{BLACK}Toggle palette @@ -2442,6 +2446,8 @@ STR_NEWGRF_PARAMETERS_NUM_PARAM :{LTBLUE}Number # NewGRF textfile window STR_NEWGRF_README_CAPTION :{WHITE}NewGRF readme of {RAW_STRING} +STR_NEWGRF_CHANGELOG_CAPTION :{WHITE}NewGRF changelog of {RAW_STRING} +STR_NEWGRF_LICENSE_CAPTION :{WHITE}NewGRF license of {RAW_STRING} # NewGRF inspect window STR_NEWGRF_INSPECT_CAPTION :{WHITE}Inspect - {STRING5} |