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:
authorsgiehl <stefan@piwik.org>2015-06-08 23:47:20 +0300
committersgiehl <stefan@piwik.org>2015-06-08 23:47:20 +0300
commit4b94278115a09cc236d88f2d5dcb61c64a6e871f (patch)
tree5eafa998d05725f5647009e8b68bc8db0b530fb9 /plugins/Events
parent67e6069c3e5e25e8c5d11267e14e3de3160e192a (diff)
removed default information from plugin.json files; move plugin descriptions to language files, where available
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/en.json1
-rw-r--r--plugins/Events/plugin.json6
2 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Events/lang/en.json b/plugins/Events/lang/en.json
index f3694bdcbb..0981e4b690 100644
--- a/plugins/Events/lang/en.json
+++ b/plugins/Events/lang/en.json
@@ -1,5 +1,6 @@
{
"Events": {
+ "PluginDescription": "Track Events and get reports on your visitors activity.",
"AvgEventValue": "Average Event value is: %s",
"AvgValue": "Average value",
"AvgValueDocumentation": "The average of all values for this event",
diff --git a/plugins/Events/plugin.json b/plugins/Events/plugin.json
deleted file mode 100644
index b76d775e7c..0000000000
--- a/plugins/Events/plugin.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "Events",
- "version": "1.0",
- "description": "Track Events and get reports on your visitors activity. ",
- "theme": false
-} \ No newline at end of file