Skip to content

Commit 14d845b

Browse files
authored
Merge pull request #2958 from Flow-Launcher/taooceros-patch-1
fix grammar
2 parents 152f545 + 75610d2 commit 14d845b

File tree

2 files changed

+2
-2
lines changed
  • Plugins
    • Flow.Launcher.Plugin.Explorer/Languages
    • Flow.Launcher.Plugin.Program/Languages

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@
163163
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
164164
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
165165
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
166-
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
166+
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
167167
</ResourceDictionary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
8686
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
87-
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
87+
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
8888
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
8989

9090
<!-- Dialogs -->

0 commit comments

Comments
 (0)