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
This commit is contained in:
Yi-Jyun Pan 2019-03-27 09:59:43 -06:00 committed by Nate Graham
parent 017cd2322a
commit f0c46c1749

View 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(),