Change wording of checkbox for `Config.SuppressAskSave`

This commit is contained in:
YoshiRulz 2023-05-21 16:22:54 +10:00
parent ccf2c61a23
commit 681ef72cd5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
this.NeverAskSaveCheckbox.Name = "NeverAskSaveCheckbox";
this.NeverAskSaveCheckbox.Size = new System.Drawing.Size(184, 17);
this.NeverAskSaveCheckbox.TabIndex = 20;
this.NeverAskSaveCheckbox.Text = "Never be asked to save changes";
this.NeverAskSaveCheckbox.Text = "When EmuHawk is closing, skip \"unsaved changes\" prompts and discard all";
this.NeverAskSaveCheckbox.UseVisualStyleBackColor = true;
//
// label2