Merge pull request #970 from Flow-Launcher/translationText

use resources for raising top most success message
This commit is contained in:
Jeremy Wu 2022-01-11 21:20:05 +11:00 committed by GitHub
commit f2755dae4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,7 @@ namespace Flow.Launcher.ViewModel
Action = _ =>
{
_topMostRecord.Remove(result);
App.API.ShowMsg("Success");
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
return false;
}
};