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
KWin
Commits
2157e83b
Commit
2157e83b
authored
May 03, 2021
by
Nate Graham
Browse files
[kcmkwin/kwindecoration] Use clearer text for "Menu" decoration button
parent
84c2e466
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp
View file @
2157e83b
...
...
@@ -51,7 +51,7 @@ static QString buttonToName(DecorationButtonType type)
{
switch
(
type
)
{
case
DecorationButtonType
::
Menu
:
return
i18n
(
"M
enu
"
);
return
i18n
(
"M
ore actions for this window
"
);
case
DecorationButtonType
::
ApplicationMenu
:
return
i18n
(
"Application menu"
);
case
DecorationButtonType
::
OnAllDesktops
:
...
...
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