Skip to content

Commit 57b61ba

Browse files
committed
feat: reword some settings messages
1 parent 2c1d349 commit 57b61ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package/contents/ui/configGlobalWidgetOverrides.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ KCM.SimpleKCM {
127127
enabled: cfg_isEnabled
128128
Kirigami.InlineMessage {
129129
Layout.fillWidth: true
130-
text: i18n("Create configuration overrides and apply them to one or multiple widgets. These overrides are independent and will be applied on top of the Preset settings.")
130+
text: i18n("Create configuration overrides and apply them to one or multiple widgets. These overrides are independent and will be applied on top of the current settings and across presets.")
131131
visible: true
132132
type: Kirigami.MessageType.Information
133133
}

package/contents/ui/configPresetWidgetOverrides.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ KCM.SimpleKCM {
100100
enabled: cfg_isEnabled
101101
Kirigami.InlineMessage {
102102
Layout.fillWidth: true
103-
text: i18n("Create configuration overrides and apply them to one or multiple widgets. These overrides are linked and saved to the current preset.")
103+
text: i18n("Create configuration overrides and apply them to one or multiple widgets. These overrides should be saved to a preset in <strong>Presets</strong> tab or they will be lost when presets change!")
104104
visible: true
105105
type: Kirigami.MessageType.Information
106106
}

package/contents/ui/configPresets.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ KCM.SimpleKCM {
194194
ColumnLayout {
195195
Kirigami.InlineMessage {
196196
Layout.fillWidth: true
197-
text: i18n("Changes to the current preset aren't synced to disk automatically. You should come back to this tab and update it manually before switching to a different preset, otherwise unsaved preset settings will be lost when presets change!")
197+
text: i18n("Changes to the current preset are not synced to disk automatically. You should come back to this tab and update it manually before switching to a different preset, otherwise unsaved preset settings will be lost when presets change!")
198198
visible: true
199199
type: Kirigami.MessageType.Information
200200
}

0 commit comments

Comments
 (0)