mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typo (#2055)
This commit is contained in:
parent
be43c2156f
commit
1b55201fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue