diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml index a15c50ccfea..9915a7b206d 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml @@ -1,14 +1,16 @@ - + - + Downloading plugin Successfully downloaded Error: Unable to download the plugin {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. Plugin Install + Installing Plugin Download and install {0} Plugin Uninstall Plugin successfully installed. Restarting Flow, please wait... @@ -27,14 +29,14 @@ Installing from an unknown source You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings) - - - + + + Plugins Manager Management of installing, uninstalling or updating Flow Launcher plugins Unknown Author - + Open website Visit the plugin's website See source code @@ -44,6 +46,6 @@ Go to Flow's plugins repository Visit the PluginsManifest repository to see community-made plugin submissions - + Install from unknown source warning \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs index 4ca98aeae3c..b9e6dec991d 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs @@ -176,7 +176,7 @@ internal async Task InstallOrUpdateAsync(UserPlugin plugin) return; } - Context.API.ShowMsg(Context.API.GetTranslation("plugin_pluginsmanager_install_title"), + Context.API.ShowMsg(Context.API.GetTranslation("plugin_pluginsmanager_installing_plugin"), Context.API.GetTranslation("plugin_pluginsmanager_install_success_restart")); Context.API.RestartApp();