From 637473e39271041ed579139a8fe60ce09c08a310 Mon Sep 17 00:00:00 2001 From: RandomHuman Date: Sat, 14 Jan 2023 02:15:29 +0000 Subject: [PATCH] fix spelling --- W4Gui/Dialogs/EditWeaponDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/W4Gui/Dialogs/EditWeaponDialog.cs b/W4Gui/Dialogs/EditWeaponDialog.cs index 7ab23f2..d9e89e8 100644 --- a/W4Gui/Dialogs/EditWeaponDialog.cs +++ b/W4Gui/Dialogs/EditWeaponDialog.cs @@ -26,7 +26,7 @@ namespace W4Gui.Dialogs { if (!saved) { - if (MessageBox.Show("Are you sure you want to exit?\nyou'll loose any changes you've made to the weapon.", "Are you sure?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + if (MessageBox.Show("Are you sure you want to exit?\nyou'll lose any changes you've made to the weapon.", "Are you sure?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { this.saved = true; this.DialogResult = DialogResult.Cancel;