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 2a4bd50 commit 71043beCopy full SHA for 71043be
Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs
@@ -793,7 +793,7 @@ private async Task UninstallAsync(PluginMetadata plugin)
793
{
794
Context.API.LogException(ClassName, e.Message, e);
795
Context.API.ShowMsgError(Context.API.GetTranslation("plugin_pluginsmanager_uninstall_error_title"),
796
- Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error"));
+ string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error"), plugin.Name));
797
}
798
799
0 commit comments