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:
authorStefan Giehl <stefan@piwik.org>2016-12-05 20:37:19 +0300
committerGitHub <noreply@github.com>2016-12-05 20:37:19 +0300
commitcbec998d78318539a206befc88ff9e696541da9a (patch)
tree28f89ca238ed58bfe07c914f541273e0d6c19719 /lang
parent1d0dcc553611b551bd8a621a0790f91b897968dd (diff)
always unescape escaped % symbols in translations (#10917)
* always unescape escaped % symbols in translations * adds new tests to proove %-symbols are escaped in english translations * submodule update
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index ab7e7dcc9c..ce3caaa2fe 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -70,7 +70,7 @@
"ColumnPageBounceRateDocumentation": "The percentage of visits that started on this page and left the website straight away.",
"ColumnPageviews": "Pageviews",
"ColumnPageviewsDocumentation": "The number of times this page was visited.",
- "ColumnPercentageVisits": "% Visits",
+ "ColumnPercentageVisits": "%% Visits",
"ColumnRevenue": "Revenue",
"ColumnSumVisitLength": "Total time spent by visitors (in seconds)",
"ColumnTotalPageviews": "Total Pageviews",