From dc84693bfb72c84dc7e60b9f6b0fddeb0f01cae0 Mon Sep 17 00:00:00 2001 From: Oliver Kellogg Date: Sat, 22 Mar 2025 19:17:31 +0100 Subject: [PATCH] kcms/mobileshell/ui/main.qml (FormCard.FormHeader): Extend i18n context. --- kcms/mobileshell/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcms/mobileshell/ui/main.qml b/kcms/mobileshell/ui/main.qml index 3032fa50..394f7907 100644 --- a/kcms/mobileshell/ui/main.qml +++ b/kcms/mobileshell/ui/main.qml @@ -223,7 +223,7 @@ KCM.SimpleKCM { } FormCard.FormHeader { - title: i18nc("@title:group", "Lock Screen Shortcuts") + title: i18nc("@title:group, shortcuts available from lock screen", "Lock Screen Shortcuts") } FormCard.FormCard {