mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Fix typo (#2055)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user