Skip to content

Commit 71c8fce

Browse files
committed
Improve code quality
1 parent 8e898de commit 71c8fce

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
224224
catch (Exception e)
225225
{
226226
Context.API.LogException(ClassName, "Failed to set url in clipboard", e);
227-
Context.API.ShowMsgError(Context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
227+
Context.API.ShowMsgError(Localize.flowlauncher_plugin_browserbookmark_copy_failed());
228228
return false;
229229
}
230230
},

0 commit comments

Comments
 (0)