diff options
author | alberth <alberth@openttd.org> | 2014-05-24 19:15:57 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-05-24 19:15:57 +0000 |
commit | 1feba55f0f5c556f494384cba9a966c9efae2d15 (patch) | |
tree | 4ca0fd312e87342701794fc24d261870d3191df3 /src/lang | |
parent | 3c9d3f5ecd4c366369e033ba303dd52a2b32cc9c (diff) | |
download | openttd-1feba55f0f5c556f494384cba9a966c9efae2d15.tar.xz |
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index bd60237db..b64df1757 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2759,6 +2759,8 @@ STR_NEWGRF_SETTINGS_MOVEUP :{BLACK}Move Up STR_NEWGRF_SETTINGS_MOVEUP_TOOLTIP :{BLACK}Move the selected NewGRF file up the list STR_NEWGRF_SETTINGS_MOVEDOWN :{BLACK}Move Down STR_NEWGRF_SETTINGS_MOVEDOWN_TOOLTIP :{BLACK}Move the selected NewGRF file down the list +STR_NEWGRF_SETTINGS_UPGRADE :{BLACK}Upgrade +STR_NEWGRF_SETTINGS_UPGRADE_TOOLTIP :{BLACK}Upgrade NewGRF files for which you have a newer version installed STR_NEWGRF_SETTINGS_FILE_TOOLTIP :{BLACK}A list of the NewGRF files that are installed STR_NEWGRF_SETTINGS_SET_PARAMETERS :{BLACK}Set parameters |