add missing sleep images and translations

This commit is contained in:
qianlifeng
2015-07-17 15:38:50 +08:00
parent 618ba376b2
commit 630456f700
6 changed files with 7 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ namespace Wox.Plugin.Sys
new Result
{
Title = "Sleep",
SubTitle = "Put computer to sleep",
SubTitle = context.API.GetTranslation("wox_plugin_sys_sleep"),
Score = 100,
IcoPath = "Images\\sleep.png",
Action = (c) => Application.SetSuspendState(PowerState.Suspend, false, false)