mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Revert get translation as none is provided
This commit is contained in:
@@ -169,13 +169,13 @@ namespace Wox.Plugin.Sys
|
||||
},
|
||||
new Result
|
||||
{
|
||||
Title = context.API.GetTranslation("wox_plugin_sys_save_command"),
|
||||
SubTitle = context.API.GetTranslation("wox_plugin_sys_save"),
|
||||
Title = "Save Settings",
|
||||
SubTitle = "Save all Wox settings",
|
||||
IcoPath = "Images\\app.png",
|
||||
Action = c =>
|
||||
{
|
||||
context.API.SaveAppAllSettings();
|
||||
context.API.ShowMsg(string.Format(context.API.GetTranslation("wox_plugin_sys_save_success")));
|
||||
context.API.ShowMsg(string.Format("Successfully saved all Wox settings"));
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user