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 63009ba commit 2825819Copy full SHA for 2825819
Plugins/Flow.Launcher.Plugin.Calculator/Main.cs
@@ -91,7 +91,7 @@ public List<Result> Query(Query query)
91
}
92
catch (ExternalException)
93
{
94
- Context.API.ShowMsgBox(Context.API.GetTranslation("flowlauncher_plugin_calculator_failed_to_copy"));
+ Context.API.ShowMsgBox(Localize.flowlauncher_plugin_calculator_failed_to_copy());
95
return false;
96
97
0 commit comments