You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translate(this,"EnableAIRepairs.Title","Are you sure?"),
312
-
Translate(this,"EnableAIRepairs.Description","This enables the \"AI Repairs\" flag on all buildings of the house, which makes the AI repair them."+Environment.NewLine+
313
-
"Additionally, this will cause the \"AI Repairs\" flag to be automatically enabled for all buildings you place for this house."+Environment.NewLine+Environment.NewLine+
312
+
Translate(this,"EnableAIRepairs.Description","This enables the \"AI Repairable\" flag on all buildings of the house, which makes the AI repair them."+Environment.NewLine+
313
+
"Additionally, this will cause the \"AI Repairable\" flag to be automatically enabled for all buildings you place for this house."+Environment.NewLine+Environment.NewLine+
314
314
"No un-do is available. Do you wish to continue?"),
315
315
MessageBoxButtons.YesNo);
316
316
dialog.YesClickedAction= _ =>
@@ -334,8 +334,8 @@ private void BtnMakeHouseNotRepairBuildings_LeftClick(object sender, EventArgs e
334
334
335
335
vardialog=EditorMessageBox.Show(WindowManager,
336
336
Translate(this,"DisableAIRepairs.Title","Are you sure?"),
337
-
Translate(this,"DisableAIRepairs.Description","This disables the \"AI Repairs\" flag on all buildings of the house, which makes the AI NOT repair them."+Environment.NewLine+
338
-
"Additionally, this will cause the \"AI Repairs\" flag to be automatically disabled for all buildings you place for this house."+Environment.NewLine+Environment.NewLine+
337
+
Translate(this,"DisableAIRepairs.Description","This disables the \"AI Repairable\" flag on all buildings of the house, which makes the AI NOT repair them."+Environment.NewLine+
338
+
"Additionally, this will cause the \"AI Repairable\" flag to be automatically disabled for all buildings you place for this house."+Environment.NewLine+Environment.NewLine+
339
339
"No un-do is available. Do you wish to continue?"),
0 commit comments