mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
Fix typo (#2055)
This commit is contained in:
parent
be43c2156f
commit
1b55201fbd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user