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
@@ -2723,7 +2723,7 @@ struct CompanyWindow : Window
case WID_C_MOD_COMPANY_RESET: {
if (!_networking) return;
this->query_widget = WID_C_MOD_COMPANY_RESET;
ShowQuery(STR_XI_RESET_CAPTION, STR_XI_REALY_RESET, this, ResetCallback);
ShowQuery(CM_STR_XI_RESET_CAPTION, CM_STR_XI_REALY_RESET, this, ResetCallback);
MarkWholeScreenDirty();
break;
}