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