Fix typo 'success'

This commit is contained in:
Jeremy Wu
2019-08-21 20:18:20 +10:00
parent dedac39d99
commit e625dc63b4
23 changed files with 26 additions and 26 deletions

View File

@@ -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;
}
};