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
SDDM KCM
Commits
7841f0c6
Commit
7841f0c6
authored
Jan 16, 2021
by
Yuri Chornoivan
Browse files
Fix i18n (found by Alexander Yavorsky)
parent
3912c96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/package/contents/ui/main.qml
View file @
7841f0c6
...
...
@@ -139,10 +139,9 @@ KCM.GridViewKCM {
visible
:
true
type
:
Kirigami
.
MessageType
.
Information
font
:
Kirigami
.
Theme
.
smallFont
text
:
i18n
(
"
Settings synchronization allows you to transfer the following Plasma settings to SDDM:
"
+
"
<ul><li>color scheme,</li><li>cursor theme,</li><li>font,</li><li>font rendering,</li>
"
+
"
<li>NumLock preference,</li><li>Plasma theme,</li><li>and scaling DPI</li></ul>
"
+
"
Please note that theme files must be installed globally for settings synchronization to work.
"
)
text
:
i18n
(
"
Settings synchronization allows you to transfer the following Plasma settings to SDDM:
"
)
+
i18n
(
"
<ul><li>color scheme,</li><li>cursor theme,</li><li>font,</li><li>font rendering,</li><li>NumLock preference,</li><li>Plasma theme,</li><li>and scaling DPI</li></ul>
"
)
+
i18n
(
"
Please note that theme files must be installed globally for settings synchronization to work.
"
)
}
footer
:
RowLayout
{
Item
{
...
...
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