┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYi-Jyun Pan <[email protected]>2019-03-27 09:59:43 -0600
committerNate Graham <[email protected]>2019-03-27 10:02:21 -0600
commitf0c46c1749e487523bcc742da7f13ec6b279f9e3 (patch)
tree32c38297c768ebc04c7ba928cabcd45da1bf351a /src
parent017cd2322a0ae4c57476871f7715904a7810c9d3 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/settings/dolphinsettingsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphinsettingsdialog.cpp b/src/settings/dolphinsettingsdialog.cpp
index 530ce9d75..f4da53c9d 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(),