From c709511c81001593369977588d6c79e136388334 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 16 Dec 2022 09:02:10 +0200 Subject: [PATCH] Fix minor typo --- src/kcmkwin/kwinxwayland/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kcmkwin/kwinxwayland/package/contents/ui/main.qml b/src/kcmkwin/kwinxwayland/package/contents/ui/main.qml index 41cf7bca1d..870632447f 100644 --- a/src/kcmkwin/kwinxwayland/package/contents/ui/main.qml +++ b/src/kcmkwin/kwinxwayland/package/contents/ui/main.qml @@ -46,7 +46,7 @@ KCM.SimpleKCM { QQC2.Label { Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit - text: i18n("Legacy X11 apps require the ability to read keystrokes typed in other apps for features that are activated using global keyboard shortcuts. This is disabled by default for security reasons. If you need to use such apps, you can chose your preferred balance of security and functionality here.") + text: i18n("Legacy X11 apps require the ability to read keystrokes typed in other apps for features that are activated using global keyboard shortcuts. This is disabled by default for security reasons. If you need to use such apps, you can choose your preferred balance of security and functionality here.") wrapMode: Text.Wrap }