Change Klipper Popup text to be more Friendly

wilder-5.22
Felipe Kinoshita 5 years ago
parent 952d70c5dc
commit 5e4baddd52
No known key found for this signature in database
GPG Key ID: E5FF0D0C1A82B6A1
  1. 4
      klipper/klipperpopup.cpp

@ -69,8 +69,8 @@ kdbgstream &operator<<(kdbgstream &stream, const QKeyEvent &e)
KlipperPopup::KlipperPopup(History *history)
: m_dirty(true)
, m_textForEmptyHistory(i18n("<empty clipboard>"))
, m_textForNoMatch(i18n("<no matches>"))
, m_textForEmptyHistory(i18n("Clipboard is empty"))
, m_textForNoMatch(i18n("No matches"))
, m_history(history)
, m_helpMenu(nullptr)
, m_popupProxy(nullptr)

Loading…
Cancel
Save