Skip to content

Commit 074ef63

Browse files
committed
use resources for raising top most success message
1 parent de97cd4 commit 074ef63

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)