Removed extra leading space char (#1368)

This commit is contained in:
Hüseyin Tüfekçilerli 2017-04-11 17:43:10 +03:00 committed by bao-qian
parent 808523b814
commit fd4fec5340

View File

@ -83,7 +83,7 @@ namespace Wox.Core.Plugin
// Plugins.Initialize();
//}
if (MessageBox.Show($"You have installed plugin {plugin.Name} successfully.{Environment.NewLine}" +
" Restart Wox to take effect?",
"Restart Wox to take effect?",
"Install plugin", MessageBoxButton.YesNo, MessageBoxImage.Question) == MessageBoxResult.Yes)
{
PluginManager.API.RestarApp();