Skip to content

Commit afa0155

Browse files
Text key update
1 parent a171add commit afa0155

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
2020
<system:String x:Key="flowlauncher_plugin_program_index_registry">Index Registry</system:String>
2121
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
22+
<system:String x:Key="flowlauncher_plugin_program_index_PATH">Index PATH</system:String>
23+
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
2224
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
2325
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
2426
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<CheckBox
6464
Name="PATHEnabled"
6565
Margin="70,8,10,8"
66-
Content="Enable Path"
66+
Content="{DynamicResource flowlauncher_plugin_program_index_PATH}"
6767
IsChecked="{Binding EnablePATHSource}"
68-
ToolTip="" />
68+
ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
6969
</StackPanel>
7070
</StackPanel>
7171
<StackPanel

0 commit comments

Comments
 (0)