Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
5e4baddd
Verified
Commit
5e4baddd
authored
Apr 18, 2021
by
Felipe Kinoshita
🌎
Browse files
Change Klipper Popup text to be more Friendly
parent
952d70c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
klipper/klipperpopup.cpp
View file @
5e4baddd
...
...
@@ -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
(
"
<n
o matches
>
"
))
,
m_textForEmptyHistory
(
i18n
(
"
Clipboard is empty
"
))
,
m_textForNoMatch
(
i18n
(
"
N
o matches"
))
,
m_history
(
history
)
,
m_helpMenu
(
nullptr
)
,
m_popupProxy
(
nullptr
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment