Skip to content

Commit 68d0f94

Browse files
committed
Align AI Repairable flag name in text
1 parent 83a0363 commit 68d0f94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/TSMapEditor/UI/Windows/HousesWindow.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ private void BtnMakeHouseRepairBuildings_LeftClick(object sender, EventArgs e)
309309

310310
var dialog = EditorMessageBox.Show(WindowManager,
311311
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 +
314314
"No un-do is available. Do you wish to continue?"),
315315
MessageBoxButtons.YesNo);
316316
dialog.YesClickedAction = _ =>
@@ -334,8 +334,8 @@ private void BtnMakeHouseNotRepairBuildings_LeftClick(object sender, EventArgs e
334334

335335
var dialog = EditorMessageBox.Show(WindowManager,
336336
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 +
339339
"No un-do is available. Do you wish to continue?"),
340340
MessageBoxButtons.YesNo);
341341
dialog.YesClickedAction = _ =>

0 commit comments

Comments
 (0)