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/CustomVariables/lang
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/CustomVariables/lang')
-rw-r--r--plugins/CustomVariables/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/lang/en.json b/plugins/CustomVariables/lang/en.json
index 1e1acada51..d97f8e3ead 100644
--- a/plugins/CustomVariables/lang/en.json
+++ b/plugins/CustomVariables/lang/en.json
@@ -4,7 +4,7 @@
"ColumnCustomVariableValue": "Custom Variable value",
"CustomVariables": "Custom Variables",
"CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %s For more information about Custom Variables in general, read the %sCustom Variables documentation on piwik.org%s",
- "PluginDescription": "Custom Variables are name,value pairs that you can set to a Visit using the Javascript API setVisitCustomVariables() function. Piwik will then report how many visits, pages, conversions for each of these custom names and values.",
+ "PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Piwik will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log.",
"ScopePage": "scope page",
"ScopeVisit": "scope visit"
}