Add system plugin descriptions.

This commit is contained in:
qianlifeng
2014-06-30 21:31:13 +08:00
parent 4ee0731472
commit fad6a406a1
24 changed files with 111 additions and 119 deletions

View File

@@ -97,7 +97,10 @@ namespace Wox.Plugin.SystemPlugins
public override string Description
{
get { return base.Description; }
get
{
return "Provide mathematical calculations.(Try 5*3-2 in Wox)";
}
}
}
}