From f0c46c1749e487523bcc742da7f13ec6b279f9e3 Mon Sep 17 00:00:00 2001 From: Yi-Jyun Pan Date: Wed, 27 Mar 2019 09:59:43 -0600 Subject: [PATCH] Fix typo in dolphinsettingsdialog.cpp Summary: Just remove the useless "have". Reviewers: #dolphin, ngraham Reviewed By: #dolphin, ngraham Subscribers: ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D20080 --- src/settings/dolphinsettingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/dolphinsettingsdialog.cpp b/src/settings/dolphinsettingsdialog.cpp index 530ce9d759..f4da53c9df 100644 --- a/src/settings/dolphinsettingsdialog.cpp +++ b/src/settings/dolphinsettingsdialog.cpp @@ -160,7 +160,7 @@ void DolphinSettingsDialog::closeEvent(QCloseEvent* event) } const auto response = KMessageBox::warningYesNoCancel(this, - i18n("You have have unsaved changes. Do you want to apply the changes or discard them?"), + i18n("You have unsaved changes. Do you want to apply the changes or discard them?"), i18n("Warning"), KStandardGuiItem::save(), KStandardGuiItem::discard(),