Skip to content

Commit bb731bc

Browse files
Change wording from 'invoked' to 'opened' in localization strings
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
1 parent 7c28dff commit bb731bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<system:String x:Key="useLogonTaskForStartupTooltip">After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler</system:String>
8282
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
8383
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
84-
<system:String x:Key="showTaskbarWhenInvoked">Show taskbar when Flow Launcher is invoked</system:String>
85-
<system:String x:Key="showTaskbarWhenInvokedToolTip">Temporarily show the taskbar when Flow Launcher is activated, useful for auto-hidden taskbars.</system:String>
84+
<system:String x:Key="showTaskbarWhenOpened">Show taskbar when Flow Launcher is opened</system:String>
85+
<system:String x:Key="showTaskbarWhenOpenedToolTip">Temporarily show the taskbar when Flow Launcher is opened, useful for auto-hidden taskbars.</system:String>
8686
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
8787
<system:String x:Key="SearchWindowPosition">Search Window Location</system:String>
8888
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474

7575
<ui:SettingsCard
7676
Margin="0 4 0 0"
77-
Description="{DynamicResource showTaskbarWhenInvokedToolTip}"
78-
Header="{DynamicResource showTaskbarWhenInvoked}">
77+
Description="{DynamicResource showTaskbarWhenOpenedToolTip}"
78+
Header="{DynamicResource showTaskbarWhenOpened}">
7979
<ui:ToggleSwitch
8080
IsOn="{Binding Settings.ShowTaskbarWhenInvoked}"
8181
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)