┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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(),