fix spelling

This commit is contained in:
random() 2023-01-14 02:15:29 +00:00
parent b5d57b8a17
commit 637473e392
1 changed files with 1 additions and 1 deletions

View File

@ -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;