Skip to content

Commit

Permalink
Fixed wrong message
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Jun 27, 2020
1 parent a3546af commit 1f21876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KFmaintenance/Views/StartupForm.cs
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ private void cmdSaveSettings_Click(object sender, EventArgs e)
}

settings.Save();
MessageBox.Show(Resources.SettingsFailedMessage, Resources.AppName, MessageBoxButtons.OK,
MessageBox.Show(Resources.SettingsSavedMessage, Resources.AppName, MessageBoxButtons.OK,
MessageBoxIcon.Information);
}

0 comments on commit 1f21876

Please sign in to comment.