mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #970 from Flow-Launcher/translationText
use resources for raising top most success message
This commit is contained in:
commit
f2755dae4f
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
Action = _ =>
|
Action = _ =>
|
||||||
{
|
{
|
||||||
_topMostRecord.Remove(result);
|
_topMostRecord.Remove(result);
|
||||||
App.API.ShowMsg("Success");
|
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue