diff options
author | stormcone <48624099+stormcone@users.noreply.github.com> | 2020-01-06 19:44:52 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-01-06 19:22:42 +0000 |
commit | eb07e174f1db59184e64b5057ebccda1108a6485 (patch) | |
tree | 3a9af97b06c4ca0020927685b84079aafed45906 /src | |
parent | 1812b0cf498bc235bfb6c416a3a6b8cfacb6c371 (diff) | |
download | openttd-eb07e174f1db59184e64b5057ebccda1108a6485.tar.xz |
Fix #7908, b524f1a: "Show the NewGRF name in the build vehicle window" is missing the "On/Off" display.
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 94b84d2c3..c49bf4c6a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1312,7 +1312,7 @@ STR_CONFIG_SETTING_POPULATION_IN_LABEL :Show town popul STR_CONFIG_SETTING_POPULATION_IN_LABEL_HELPTEXT :Display the population of towns in their label on the map STR_CONFIG_SETTING_GRAPH_LINE_THICKNESS :Thickness of lines in graphs: {STRING2} STR_CONFIG_SETTING_GRAPH_LINE_THICKNESS_HELPTEXT :Width of the line in the graphs. A thin line is more precisely readable, a thicker line is easier to see and colours are easier to distinguish -STR_CONFIG_SETTING_SHOW_NEWGRF_NAME :Show the NewGRF's name in the build vehicle window +STR_CONFIG_SETTING_SHOW_NEWGRF_NAME :Show the NewGRF's name in the build vehicle window: {STRING2} STR_CONFIG_SETTING_SHOW_NEWGRF_NAME_HELPTEXT :Add a line to the build vehicle window, showing which NewGRF the selected vehicle comes from. STR_CONFIG_SETTING_LANDSCAPE :Landscape: {STRING2} |