Klipper: More explicit wording for the "Clear History" confirmation

I18N:
wilder-5.26
Jonathan Marten 4 years ago
parent 36cbf57881
commit 9544906055
  1. 6
      klipper/klipper.cpp

@ -1043,9 +1043,9 @@ void Klipper::showBarcode(const QSharedPointer<const HistoryItem> &item)
void Klipper::slotAskClearHistory()
{
int clearHist = KMessageBox::warningContinueCancel(nullptr,
i18n("Really delete entire clipboard history?"),
i18n("Delete clipboard history?"),
KStandardGuiItem::cont(),
i18n("Do you really want to clear and delete the entire clipboard history?"),
i18n("Clear Clipboard History"),
KStandardGuiItem::del(),
KStandardGuiItem::cancel(),
QStringLiteral("klipperClearHistoryAskAgain"),
KMessageBox::Dangerous);

Loading…
Cancel
Save