mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix translations
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
1c76114bb0
commit
e931f3ae41
1 changed files with 3 additions and 1 deletions
|
|
@ -446,7 +446,9 @@ namespace Flow.Launcher.Plugin.Program
|
|||
var title = Context.API.GetTranslation("flowlauncher_plugin_program_disable_dlgtitle_error");
|
||||
var message = string.Format(Context.API.GetTranslation("flowlauncher_plugin_program_run_failed"),
|
||||
info.FileName);
|
||||
Context.API.ShowMsgError(title, string.Format(message, info.FileName));
|
||||
@@ Plugins/Flow.Launcher.Plugin.Program/Main.cs:449
|
||||
- Context.API.ShowMsgError(title, string.Format(message, info.FileName));
|
||||
+ Context.API.ShowMsgError(title, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue