From 2c17d450dd8fbd8e098e844ac4da8634190ba823 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Mon, 27 Jan 2014 20:45:26 +0800 Subject: [PATCH] fix Issue #16 --- WinAlfred.Plugin.System/ThirdpartyPluginIndicator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + " "),