We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e898de commit 71c8fceCopy full SHA for 71c8fce
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs
@@ -224,7 +224,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
224
catch (Exception e)
225
{
226
Context.API.LogException(ClassName, "Failed to set url in clipboard", e);
227
- Context.API.ShowMsgError(Context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
+ Context.API.ShowMsgError(Localize.flowlauncher_plugin_browserbookmark_copy_failed());
228
return false;
229
}
230
},
0 commit comments