diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 0d286fc3f..82ad516fe 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -835,7 +835,7 @@ PlasmaComponents.Page { LatteComponents.CheckBox { Layout.maximumWidth: dialog.optionsWidth // Layout.maximumHeight: mouseWheelChk.height - text: i18n("➊ Activate based on position global shortcuts") + text: i18n("Activate based on position global shortcuts") checked: latteView.isPreferredForShortcuts || (!latteView.layout.preferredForShortcutsTouched && latteView.isHighestPriorityView()) tooltip: i18n("This view is used for based on position global shortcuts. Take note that only one view can have that option enabled for each layout") diff --git a/shell/package/contents/configuration/pages/TasksConfig.qml b/shell/package/contents/configuration/pages/TasksConfig.qml index fd25fb091..05bbd9b97 100644 --- a/shell/package/contents/configuration/pages/TasksConfig.qml +++ b/shell/package/contents/configuration/pages/TasksConfig.qml @@ -185,7 +185,7 @@ PlasmaComponents.Page { LatteComponents.CheckBox { id: unifyGlobalShortcutsChk Layout.maximumWidth: dialog.optionsWidth - text: i18n("➊ Based on position shortcuts apply only on current tasks") + text: i18n("Based on position shortcuts apply only on current tasks") // checked: tasks.configuration.isPreferredForPositionShortcuts //! Disabled because it was not updated between multiple Tasks tooltip: i18n("Based on position global shortcuts are enabled only for current tasks and not for other applets") visible: dialog.advancedLevel