diff --git a/Modules/SettingsPanel/Tabs/BarTab.qml b/Modules/SettingsPanel/Tabs/BarTab.qml index fe833730..deeda9d3 100644 --- a/Modules/SettingsPanel/Tabs/BarTab.qml +++ b/Modules/SettingsPanel/Tabs/BarTab.qml @@ -190,7 +190,7 @@ ColumnLayout { NHeader { label: "Monitors Configuration" - description: "Choose which monitors should display the bar." + description: "Show bar on specific monitors. Defaults to all if none are chosen." } Repeater { diff --git a/Modules/SettingsPanel/Tabs/DockTab.qml b/Modules/SettingsPanel/Tabs/DockTab.qml index efc077be..b8a22ecc 100644 --- a/Modules/SettingsPanel/Tabs/DockTab.qml +++ b/Modules/SettingsPanel/Tabs/DockTab.qml @@ -93,7 +93,7 @@ ColumnLayout { NHeader { label: "Monitors Configuration" - description: "Choose which monitors should display the dock." + description: "Show dock on specific monitors." } Repeater { diff --git a/Modules/SettingsPanel/Tabs/NotificationTab.qml b/Modules/SettingsPanel/Tabs/NotificationTab.qml index 1f05bad4..a996b1e3 100644 --- a/Modules/SettingsPanel/Tabs/NotificationTab.qml +++ b/Modules/SettingsPanel/Tabs/NotificationTab.qml @@ -53,7 +53,7 @@ ColumnLayout { NHeader { label: "Monitors Configuration" - description: "Choose which monitors should display notifications." + description: "Show bar on specific monitors. Defaults to all if none are chosen." } Repeater {