Skip to content

Commit f2755da

Browse files
authored
Merge pull request #970 from Flow-Launcher/translationText
use resources for raising top most success message
2 parents de97cd4 + 074ef63 commit f2755da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ private Result ContextMenuTopMost(Result result)
662662
Action = _ =>
663663
{
664664
_topMostRecord.Remove(result);
665-
App.API.ShowMsg("Success");
665+
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
666666
return false;
667667
}
668668
};

0 commit comments

Comments
 (0)