This commit is contained in:
Jonathan Clark 2018-07-14 23:28:30 -04:00 committed by jhdxr
parent be43c2156f
commit 1b55201fbd

View File

@ -144,7 +144,7 @@ namespace Wox.Plugin.PluginManagement
IcoPath = "Images\\plugin.png",
Action = c =>
{
MessageBoxResult result = MessageBox.Show("Are your sure to install " + r.name + " plugin",
MessageBoxResult result = MessageBox.Show("Are you sure you wish to install the \'" + r.name + "\' plugin",
"Install plugin", MessageBoxButton.YesNo);
if (result == MessageBoxResult.Yes)