]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix typo in dolphinsettingsdialog.cpp
authorYi-Jyun Pan <pan93412@gmail.com>
Wed, 27 Mar 2019 15:59:43 +0000 (09:59 -0600)
committerNate Graham <nate@kde.org>
Wed, 27 Mar 2019 16:02:21 +0000 (10:02 -0600)
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

index 530ce9d75907b0dc1d0c18954f847891906ae03d..f4da53c9df65095151eb2a73e06abb2724479c91 100644 (file)
@@ -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(),