diff options
author | frosch <frosch@openttd.org> | 2010-09-09 20:49:56 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-09-09 20:49:56 +0000 |
commit | 06678a8ac2ae5be268d98bd5d77cbd37942d9b09 (patch) | |
tree | 1877f577b6ed2d3e6510d5a4c2ebde2f559493df /src/lang | |
parent | 04d20f9d423e8eff65ccf47e960af1dc3b42ad36 (diff) | |
download | openttd-06678a8ac2ae5be268d98bd5d77cbd37942d9b09.tar.xz |
(svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter information, allow to set the number of parameters in the GUI explicitly.
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 246c9574d..acebe11f9 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2414,6 +2414,7 @@ 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} +STR_NEWGRF_PARAMETERS_NUM_PARAM :{LTBLUE}Number of parameters: {ORANGE}{NUM} # NewGRF inspect window STR_NEWGRF_INSPECT_CAPTION :{WHITE}Inspect - {STRING5} |