From 3b372161ce82634df687d3ee00c75ebeaf3ad53f Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Mon, 15 May 2017 16:53:59 +1200 Subject: [PATCH] Integration test: CorePluginsAdmin.WeCouldNotLoadThePluginAsItHasMissingDependencies must use numbered placeholders instead of multiple %s --- plugins/CorePluginsAdmin/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CorePluginsAdmin/lang/en.json b/plugins/CorePluginsAdmin/lang/en.json index 289c2ef46c..40ed22c076 100644 --- a/plugins/CorePluginsAdmin/lang/en.json +++ b/plugins/CorePluginsAdmin/lang/en.json @@ -63,7 +63,7 @@ "UninstallConfirm": "You are about to uninstall a plugin %s. The plugin will be completely removed from your platform and it won't be recoverable. Are you sure you want to do this?", "Version": "Version", "ViewAllMarketplacePlugins": "View all Marketplace plugins", - "WeCouldNotLoadThePluginAsItHasMissingDependencies": "The plugin %s could not be loaded as it has missing dependencies: %s", + "WeCouldNotLoadThePluginAsItHasMissingDependencies": "The plugin %1$s could not be loaded as it has missing dependencies: %2$s", "Websites": "Websites" } } -- GitLab