diff --git a/Modules/SettingsPanel/Tabs/BarTab.qml b/Modules/SettingsPanel/Tabs/BarTab.qml index fe83373..deeda9d 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 efc077b..b8a22ec 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 1f05bad..a996b1e 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 {