From 9d3d0440dd6bd74ec4a375b0dd78ce73197ecc8a Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 8 May 2017 09:42:21 +0200 Subject: Improve message in plugin admin if a plugin is not found in filesystem (#11629) * Improve message in plugin admin if a plugin is not found in filesystem * use plugin manager method --- plugins/CorePluginsAdmin/lang/en.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/CorePluginsAdmin/lang/en.json') diff --git a/plugins/CorePluginsAdmin/lang/en.json b/plugins/CorePluginsAdmin/lang/en.json index 5247ae19d9..2534b2f2dc 100644 --- a/plugins/CorePluginsAdmin/lang/en.json +++ b/plugins/CorePluginsAdmin/lang/en.json @@ -41,6 +41,8 @@ "OriginThirdParty": "Third-party", "PluginHomepage": "Plugin Homepage", "PluginNotCompatibleWith": "%1$s plugin is not compatible with %2$s.", + "PluginNotFound": "Plugin %1$s not found on filesystem.", + "PluginNotFoundAlternative": "If you've been using this plugin, try reuploading or reinstalling it from the marketplace. If not, click uninstall to remove it from the list.", "PluginNotWorkingAlternative": "If you've been using this plugin, maybe you can find a more recent version in the Marketplace. If not, you may want to uninstall it.", "PluginRequirement": "%1$s requires %2$s.", "PluginsManagement": "Manage Plugins", -- cgit v1.2.3