Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
319a1b62
Commit
319a1b62
authored
Jan 18, 2021
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the translation work (found by Victor Ryzhykh)
parent
f366f55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applet/contents/ui/Toolbar.qml
applet/contents/ui/Toolbar.qml
+1
-1
No files found.
applet/contents/ui/Toolbar.qml
View file @
319a1b62
...
...
@@ -190,7 +190,7 @@ ColumnLayout {
focus
:
true
clearButtonShown
:
true
placeholderText
:
i18n
d
c
(
"
plasma-nm
"
,
"
text field placeholder text
"
,
"
Search...
"
)
placeholderText
:
i18nc
(
"
text field placeholder text
"
,
"
Search...
"
)
onTextChanged
:
{
appletProxyModel
.
setFilterRegExp
(
text
)
...
...
Write
Preview
Markdown
is supported
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