From cbec998d78318539a206befc88ff9e696541da9a Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 5 Dec 2016 18:37:19 +0100 Subject: 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 --- lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') 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", -- cgit v1.2.3