Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
840da65e
Commit
840da65e
authored
Jan 13, 2021
by
Yuri Chornoivan
Browse files
Use i18nd() consistently (found by Victor Ryzhykh)
parent
e38f05c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml
View file @
840da65e
...
...
@@ -224,7 +224,7 @@ Item {
Layout.preferredWidth
:
height
onClicked
:
plasmoid
.
editMode
=
false
PlasmaComponents3.ToolTip
{
text
:
i18n
(
"
Exit Edit Mode
"
)
text
:
i18n
d
(
"
plasma_toolbox_org.kde.desktoptoolbox
"
,
"
Exit Edit Mode
"
)
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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