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
path: root/lang
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-03-10 02:58:08 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-03-10 02:58:08 +0300
commit1854f5c456a76af807431d52bcb19ad207ba658e (patch)
tree6445a40013d17339b3a170176eb2bbd6aeb2abac /lang
parentdd408624eb63ce74385a94f4ab471b35e23fa21b (diff)
parent09dc2dbb041e63100c651879e83c8ac73b9d4f3e (diff)
Merge pull request #9905 from piwik/3.0
Merge 3.0 => 3.x-dev
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index 67e812bd9f..810c4bc81b 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -169,6 +169,7 @@
"ExceptionReportNotFound": "The requested report does not exist.",
"ExceptionWidgetNotFound": "The requested widget does not exist.",
"ExceptionReportNotEnabled": "The requested report is not enabled. This means usually either the plugin that defines the report is deactivated or you do not have enough permission to access this report.",
+ "ExceptionWidgetNotEnabled": "The requested widget is not enabled. This means usually either the plugin that defines the widget is deactivated or you do not have enough permission to access this widget.",
"ExpandDataTableFooter": "Change the visualization or configure the report",
"Export": "Export",
"ExportAsImage": "Export as Image",
@@ -503,4 +504,4 @@
"PickAnotherRow": "Pick another row to compare",
"PickARow": "Pick a row to compare"
}
-} \ No newline at end of file
+}