diff --git a/shell/package/contents/configuration/TasksConfig.qml b/shell/package/contents/configuration/TasksConfig.qml index c6d5f9c49..987b282c4 100644 --- a/shell/package/contents/configuration/TasksConfig.qml +++ b/shell/package/contents/configuration/TasksConfig.qml @@ -258,7 +258,7 @@ PlasmaComponents.Page { checked: parent.group === group checkable: true exclusiveGroup: launchersGroup - tooltip: i18n("Use a unique set of launchers for this dock") + tooltip: i18n("Use a unique set of launchers for this dock which is independent from any other dock") readonly property int group: Latte.Dock.UniqueLaunchers } @@ -269,7 +269,7 @@ PlasmaComponents.Page { checked: parent.group === group checkable: true exclusiveGroup: launchersGroup - tooltip: i18n("Use the current layout set of launchers for this dock") + tooltip: i18n("Use the current layout set of launchers for this dock. This group provides launchers synchronization between different docks in the same layout") visible: plasmoid.configuration.advanced || plasmoid.configuration.launchersGroup === group; readonly property int group: Latte.Dock.LayoutLaunchers @@ -281,7 +281,7 @@ PlasmaComponents.Page { checked: parent.group === group checkable: true exclusiveGroup: launchersGroup - tooltip: i18n("Use the global set of launchers for this dock") + tooltip: i18n("Use the global set of launchers for this dock. This group provides launchers synchronization between different docks and between different layouts") readonly property int group: Latte.Dock.GlobalLaunchers }