Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-02-12 04:10:59 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-12 04:11:35 +0300
commit90cff4fa4c8b50d804c804021ce09af4d29a4528 (patch)
tree4b4a47f8692d06c766d6c7d67d0aa67e0f7b3d65 /plugins/DevicePlugins/lang
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/DevicePlugins/lang')
-rw-r--r--plugins/DevicePlugins/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicePlugins/lang/en.json b/plugins/DevicePlugins/lang/en.json
index 0e8b452a8a..92be744c9a 100644
--- a/plugins/DevicePlugins/lang/en.json
+++ b/plugins/DevicePlugins/lang/en.json
@@ -2,7 +2,7 @@
"DevicePlugins": {
"BrowserWithNoPluginsEnabled": "%1$s with no plugins enabled",
"BrowserWithPluginsEnabled": "%1$s with plugins %2$s enabled",
- "PluginDescription": "Reports browser plugins",
+ "PluginDescription": "Reports the list of plugins that are supported in visitors browsers.",
"PluginDetectionDoesNotWorkInIE": "Note: Plugins detection doesn't work in Internet Explorer. This report is only based on non-IE browsers.",
"WidgetPlugins": "Browser Plugins",
"WidgetPluginsDocumentation": "This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content."