From 5a50c2732f19f0f036c6394ebd0e68161c87c379 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 24 Jan 2021 01:27:03 +0200 Subject: [PATCH] fix string typo --- shell/package/contents/configuration/pages/BehaviorConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 5da74280c..00efe33b4 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -757,7 +757,7 @@ PlasmaComponents.Page { model: [i18nc("none scroll actions", "No Action"), i18n("Cycle Through Desktops"), i18n("Cycle Through Activities"), - i18n("Cycle Through Tasks From"), + i18n("Cycle Through Tasks"), i18n("Cycle And Minimize Tasks") ]