From 0f93797ab383ee62a6861f94d1a6e36514f7c800 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 12 Sep 2025 18:22:12 -0400 Subject: [PATCH] LockScreen: tooltip uniformisation --- Modules/LockScreen/LockScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/LockScreen/LockScreen.qml b/Modules/LockScreen/LockScreen.qml index 2c1c956..5bf3970 100644 --- a/Modules/LockScreen/LockScreen.qml +++ b/Modules/LockScreen/LockScreen.qml @@ -853,7 +853,7 @@ Loader { id: suspendTooltipText anchors.margins: Style.marginM * scaling anchors.fill: parent - text: "Suspend the system." + text: "Suspend the computer." font.pointSize: Style.fontSizeM * scaling horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter