Skip to content

Commit

Permalink
Removed extra leading space char (Wox-launcher#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyint authored and bao-qian committed Apr 11, 2017
1 parent 808523b commit fd4fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wox.Core/Plugin/PluginInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ internal static void Install(string path)
// 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();
Expand Down

0 comments on commit fd4fec5

Please sign in to comment.