From 9c56e7816422ebe027a3a932131d605bda2569fb Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 28 Feb 2021 10:15:00 -0400 Subject: [PATCH] PushRuleSettingsPopup: highlight action precision --- src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml b/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml index 6085d685..f88df795 100644 --- a/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml +++ b/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml @@ -209,7 +209,7 @@ HFlickableColumnPopup { HCheckBox { id: highlightCheck - text: qsTr("Mark as important") + text: qsTr("Highlight, mark as important") enabled: notifyCheck.checked defaultChecked: root.rule.highlight Layout.fillWidth: true