Skip to content

Commit 468d52a

Browse files
committed
Update notification setting text for clarity
Clarified the "enableSuccessNotification" label to indicate it enables all non-error notifications, not just success notifications.
1 parent ab854d5 commit 468d52a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
126126
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
127127
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
128-
<system:String x:Key="enableSuccessNotification">Enable success notifications</system:String>
129-
<system:String x:Key="enableSuccessNotificationToolTip">Show non-error notifications after actions (e.g. copy completed). Error notifications are always shown.</system:String>
128+
<system:String x:Key="enableSuccessNotification">Show more notifications</system:String>
129+
<system:String x:Key="enableSuccessNotificationToolTip">Show more notifications after some actions (e.g. copy completed). When disabled, only error and important information notifications are shown.</system:String>
130130
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
131131
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
132132
<system:String x:Key="SearchPrecisionNone">None</system:String>

0 commit comments

Comments
 (0)