From fd4fec534030142180d5effad8859994a5fcdc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20T=C3=BCfek=C3=A7ilerli?= Date: Tue, 11 Apr 2017 17:43:10 +0300 Subject: [PATCH] Removed extra leading space char (#1368) --- Wox.Core/Plugin/PluginInstaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Core/Plugin/PluginInstaller.cs b/Wox.Core/Plugin/PluginInstaller.cs index 5f17fc3b55..ffdb0aa758 100644 --- a/Wox.Core/Plugin/PluginInstaller.cs +++ b/Wox.Core/Plugin/PluginInstaller.cs @@ -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();