Skip to content

Commit

Permalink
Merge pull request #970 from Flow-Launcher/translationText
Browse files Browse the repository at this point in the history
use resources for raising top most success message
  • Loading branch information
jjw24 authored Jan 11, 2022
2 parents de97cd4 + 074ef63 commit f2755da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flow.Launcher/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ private Result ContextMenuTopMost(Result result)
Action = _ =>
{
_topMostRecord.Remove(result);
App.API.ShowMsg("Success");
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
return false;
}
};
Expand Down

0 comments on commit f2755da

Please sign in to comment.