[plasma/plasma-login-manager] src/frontend/kcm/ui: Re-arrange dialog's list of items
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9877ec9feea29109c30375555824c0d8d7dee699 by Nate Graham.
Committed on 06/08/2026 at 22:11.
Pushed by ngraham into branch 'master'.
Re-arrange dialog's list of items
Group the items better and arrange them roughly in order of importance
and likelihood of succeeding at taking effect on the login screen.
M +2 -2 src/frontend/kcm/ui/main.qml
https://invent.kde.org/plasma/plasma-login-manager/-/commit/9877ec9feea29109c30375555824c0d8d7dee699
diff --git a/src/frontend/kcm/ui/main.qml b/src/frontend/kcm/ui/main.qml
index daae3d40..da73057d 100644
--- a/src/frontend/kcm/ui/main.qml
+++ b/src/frontend/kcm/ui/main.qml
@@ -63,8 +63,8 @@ KCM.SimpleKCM {
title: i18nc("@title:window", "Apply Plasma Settings")
subtitle: i18n("This will make the Plasma login screen reflect your customizations to the following Plasma settings:") +
- xi18nc("@info", "<para><list><item>Language and locale settings</item><item>Color scheme</item><item>Cursor theme and size</item><item>Font and font rendering</item><item>NumLock preference</item><item>Plasma theme</item><item>Scaling DPI</item><item>Screen configuration</item><item>Keyboard layouts</item></list></para>") +
- i18n("Please note that theme files must be installed globally to be reflected on the Plasma login screen.")
+ xi18nc("@info", "<para><list><item>Language and locale settings</item><item>Keyboard layouts</item><item>Screen arrangement, scale, and orientation settings</item><item>NumLock preference</item><item>Font and font rendering settings</item><item>Color scheme</item><item>Cursor theme and size</item><item>Plasma theme</item></list></para>") +
+ i18n("Please note that theme and font files must be installed globally to be reflected on the Plasma login screen.")
customFooterActions: [
Kirigami.Action {