Skip to content

Commit 566db33

Browse files
authored
Merge pull request #2246 from Flow-Launcher/update_shell_desc
Remove irrelevant action keyword from Shell plugin description
2 parents 1bb00eb + 3b8ddca commit 566db33

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:system="clr-namespace:System;assembly=mscorlib">
44

@@ -7,7 +7,7 @@
77
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
88
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
99
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
10-
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
10+
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher</system:String>
1111
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
1212
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
1313
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>

0 commit comments

Comments
 (0)