diff --git a/plasmoid/contents/ui/ConfigAppearance.qml.cmake b/plasmoid/contents/ui/ConfigAppearance.qml.cmake index 5b88f2933..02dbb5c3c 100644 --- a/plasmoid/contents/ui/ConfigAppearance.qml.cmake +++ b/plasmoid/contents/ui/ConfigAppearance.qml.cmake @@ -180,7 +180,7 @@ Item { CheckBox { id: dotsOnActive - text: i18n("Dots on active window") + text: i18n("Indicator for active window group") enabled: true } diff --git a/plasmoid/contents/ui/ConfigInteraction.qml b/plasmoid/contents/ui/ConfigInteraction.qml index 1fe11a1d9..9b30d9e42 100644 --- a/plasmoid/contents/ui/ConfigInteraction.qml +++ b/plasmoid/contents/ui/ConfigInteraction.qml @@ -81,7 +81,7 @@ Item { CheckBox { id: smartLaunchersChk Layout.fillWidth: true - text: i18n("Show progress information in task buttons") + text: i18n("Show progress information for tasks") } RowLayout { diff --git a/shell/contents/configuration/TasksConfig.qml b/shell/contents/configuration/TasksConfig.qml index d791415bd..bf1d0b5e7 100644 --- a/shell/contents/configuration/TasksConfig.qml +++ b/shell/contents/configuration/TasksConfig.qml @@ -73,7 +73,7 @@ PlasmaComponents.Page { PlasmaComponents.CheckBox { id: dotsOnActive Layout.leftMargin: units.smallSpacing * 2 - text: i18n("Dots on active window") + text: i18n("Indicator for active window group") checked: plasmoid.configuration.dotsOnActive onClicked: { @@ -138,7 +138,7 @@ PlasmaComponents.Page { PlasmaComponents.CheckBox { id: smartLaunchersChk Layout.leftMargin: units.smallSpacing * 2 - text: i18n("Show progress information in task buttons") + text: i18n("Show progress information for tasks") checked: plasmoid.configuration.smartLaunchersEnabled onClicked: {