mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fix typo 'success'
This commit is contained in:
@@ -440,7 +440,7 @@ namespace Wox.ViewModel
|
||||
Action = _ =>
|
||||
{
|
||||
_topMostRecord.Remove(result);
|
||||
App.API.ShowMsg("Succeed");
|
||||
App.API.ShowMsg("Success");
|
||||
return false;
|
||||
}
|
||||
};
|
||||
@@ -455,7 +455,7 @@ namespace Wox.ViewModel
|
||||
Action = _ =>
|
||||
{
|
||||
_topMostRecord.AddOrUpdate(result);
|
||||
App.API.ShowMsg("Succeed");
|
||||
App.API.ShowMsg("Success");
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user