Reorganize CityMania additional language strings

This commit is contained in:
dP
2023-03-17 02:16:22 +04:00
parent da2e40b4f8
commit 28639d3b10
36 changed files with 957 additions and 5079 deletions
+1 -1
View File
@@ -910,7 +910,7 @@ int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number,
if (_settings_client.gui.newgrf_developer_tools) {
SetDParam(0, e->index);
DrawString(left, right, y, STR_CM_PURCHASE_ENGINE_ID);
DrawString(left, right, y, CM_STR_PURCHASE_ENGINE_ID);
y += FONT_HEIGHT_NORMAL;
}