diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json b/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json index 2bb40c644..7c6efaae4 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json @@ -2,7 +2,7 @@ "ID":"b64d0a79-329a-48b0-b53f-d658318a1bf6", "ActionKeyword":"kill", "Name":"Process Killer", - "Description":"kill running processes from Flow", + "Description":"Kill running processes from Flow", "Author":"Flow-Launcher", "Version":"1.2.2", "Language":"csharp", diff --git a/Plugins/Flow.Launcher.Plugin.Shell/plugin.json b/Plugins/Flow.Launcher.Plugin.Shell/plugin.json index b38db70ed..592dbdbbd 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Shell/plugin.json @@ -2,7 +2,7 @@ "ID": "D409510CD0D2481F853690A07E6DC426", "ActionKeyword": ">", "Name": "Shell", - "Description": "Provide executing commands from Flow Launcher. Commands should start with >", + "Description": "Provide executing commands from Flow Launcher", "Author": "qianlifeng", "Version": "1.2.0", "Language": "csharp", diff --git a/Plugins/Flow.Launcher.Plugin.Sys/plugin.json b/Plugins/Flow.Launcher.Plugin.Sys/plugin.json index 61dbd73f3..40cab074e 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Sys/plugin.json @@ -2,7 +2,7 @@ "ID": "CEA08895D2544B019B2E9C5009600DF4", "ActionKeyword": "*", "Name": "System Commands", - "Description": "Provide System related commands. e.g. shutdown,lock,setting etc.", + "Description": "Provide System related commands. e.g. shutdown,lock, setting etc.", "Author": "qianlifeng", "Version": "1.2.3", "Language": "csharp",