Text key update

This commit is contained in:
Vic 2022-10-16 02:40:03 +08:00 committed by VictoriousRaptor
parent a171addf4c
commit afa01559b0
2 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,8 @@
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Index Registry</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_PATH">Index PATH</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
<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>
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>

View file

@ -63,9 +63,9 @@
<CheckBox
Name="PATHEnabled"
Margin="70,8,10,8"
Content="Enable Path"
Content="{DynamicResource flowlauncher_plugin_program_index_PATH}"
IsChecked="{Binding EnablePATHSource}"
ToolTip="" />
ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
</StackPanel>
</StackPanel>
<StackPanel