Skip to content

Commit fd1310f

Browse files
taoocerosjjw24
authored andcommitted
use resources for raising top most success message
1 parent f64c50c commit fd1310f

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
@@ -644,7 +644,7 @@ private Result ContextMenuTopMost(Result result)
644644
Action = _ =>
645645
{
646646
_topMostRecord.Remove(result);
647-
App.API.ShowMsg("Success");
647+
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
648648
return false;
649649
}
650650
};

0 commit comments

Comments
 (0)