Codechange: rename and move some strings to make them more consistent with the rest of the strings

This commit is contained in:
Rubidium
2022-11-01 22:00:50 +01:00
committed by rubidium42
parent 4031894aef
commit d5aafaee15
7 changed files with 48 additions and 50 deletions

View File

@@ -499,7 +499,7 @@ public:
/* Climate */
byte landscape = _load_check_data.settings.game_creation.landscape;
if (landscape < NUM_LANDSCAPE) {
SetDParam(0, STR_CHEAT_SWITCH_CLIMATE_TEMPERATE_LANDSCAPE + landscape);
SetDParam(0, STR_CLIMATE_TEMPERATE_LANDSCAPE + landscape);
DrawString(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, y, STR_NETWORK_SERVER_LIST_LANDSCAPE);
y += FONT_HEIGHT_NORMAL;
}