Fix: do not use {STRING} when {STRING1} or {STRING2} is needed

This commit is contained in:
Rubidium
2023-06-13 20:00:26 +02:00
committed by rubidium42
parent 0a5e58451b
commit 7c37dcb8e3
12 changed files with 29 additions and 27 deletions

View File

@@ -1813,7 +1813,7 @@ static const NWidgetPart _nested_newgrf_actives_widgets[] = {
NWidget(WWT_TEXT, COLOUR_MAUVE), SetDataTip(STR_NEWGRF_SETTINGS_SELECT_PRESET, STR_NULL),
SetPadding(0, WidgetDimensions::unscaled.frametext.right, 0, 0),
NWidget(WWT_DROPDOWN, COLOUR_YELLOW, WID_NS_PRESET_LIST), SetFill(1, 0), SetResize(1, 0),
SetDataTip(STR_JUST_STRING, STR_NEWGRF_SETTINGS_PRESET_LIST_TOOLTIP),
SetDataTip(STR_JUST_STRING1, STR_NEWGRF_SETTINGS_PRESET_LIST_TOOLTIP),
EndContainer(),
NWidget(NWID_HORIZONTAL, NC_EQUALSIZE),
NWidget(WWT_PUSHTXTBTN, COLOUR_YELLOW, WID_NS_PRESET_SAVE), SetFill(1, 0), SetResize(1, 0),