diff options
author | yexo <yexo@openttd.org> | 2010-08-23 22:25:50 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-08-23 22:25:50 +0000 |
commit | f6f218cf6b360fa8524f851d2e33aad275f1fe39 (patch) | |
tree | 5e736a48b08573c407c783e6121c4fb23432ec47 /src/lang | |
parent | da4dc61f7619da291524c9f1dec6cff220adbdc8 (diff) | |
download | openttd-f6f218cf6b360fa8524f851d2e33aad275f1fe39.tar.xz |
(svn r20604) -Feature: add a reset button to the newgrf parameters window
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 9ab03877c..63307eed8 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2398,6 +2398,8 @@ STR_NEWGRF_SETTINGS_PARAMETER_QUERY :{BLACK}Enter Ne # NewGRF parameters window STR_NEWGRF_PARAMETERS_CAPTION :{WHITE}Change NewGRF parameters STR_NEWGRF_PARAMETERS_CLOSE :{BLACK}Close +STR_NEWGRF_PARAMETERS_RESET :{BLACK}Reset +STR_NEWGRF_PARAMETERS_RESET_TOOLTIP :{BLACK}Set all parameters to their default value STR_NEWGRF_PARAMETERS_DEFAULT_NAME :Parameter {NUM} STR_NEWGRF_PARAMETERS_SETTING :{STRING1}: {ORANGE}{STRING1} |