mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Fix typo (#2055)
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Wox.Plugin.PluginManagement
|
|||||||
IcoPath = "Images\\plugin.png",
|
IcoPath = "Images\\plugin.png",
|
||||||
Action = c =>
|
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);
|
"Install plugin", MessageBoxButton.YesNo);
|
||||||
|
|
||||||
if (result == MessageBoxResult.Yes)
|
if (result == MessageBoxResult.Yes)
|
||||||
|
|||||||
Reference in New Issue
Block a user