diff --git a/WinAlfred.Plugin.System/ThirdpartyPluginIndicator.cs b/WinAlfred.Plugin.System/ThirdpartyPluginIndicator.cs index a5a8712a3..bd9d5220e 100644 --- a/WinAlfred.Plugin.System/ThirdpartyPluginIndicator.cs +++ b/WinAlfred.Plugin.System/ThirdpartyPluginIndicator.cs @@ -23,7 +23,7 @@ namespace WinAlfred.Plugin.System Result result = new Result { Title = metadata.ActionKeyword, - SubTitle = string.Format("press space to active {0} workflow",metadata.Name), + SubTitle = string.Format("Activate {0} workflow",metadata.Name), Score = 50, IcoPath = "Images/work.png", Action = () => changeQuery(metadataCopy.ActionKeyword + " "),