Skip to content

Commit 2825819

Browse files
Use new Localization package
1 parent 63009ba commit 2825819

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public List<Result> Query(Query query)
9191
}
9292
catch (ExternalException)
9393
{
94-
Context.API.ShowMsgBox(Context.API.GetTranslation("flowlauncher_plugin_calculator_failed_to_copy"));
94+
Context.API.ShowMsgBox(Localize.flowlauncher_plugin_calculator_failed_to_copy());
9595
return false;
9696
}
9797
}

0 commit comments

Comments
 (0)