From: Jonathan Date: Thu, 17 Aug 2017 21:13:23 +0000 (+0000) Subject: search: Hyphen to dash for range in results message X-Git-Tag: 1.31.0-rc.0~1638 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/%7B%24conf-%3EScriptPath%7D/%7B%7B%20url_for%28%27vote_deletechoices%27%2C%20idvote=vote.id%2C%20iduser=session.user.id%29%20%7D%7D?a=commitdiff_plain;h=a53962f6d22f341b7035d0e85a8788df942c6cfe;p=lhc%2Fweb%2Fwiklou.git search: Hyphen to dash for range in results message Change-Id: I0ace65b08a21b4024f7c9825173dc17b7f408d3d --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index de493ef157..8015c3d1a2 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -987,7 +987,7 @@ "searchall": "all", "showingresults": "Showing below up to {{PLURAL:$1|1 result|$1 results}} starting with #$2.", "showingresultsinrange": "Showing below up to {{PLURAL:$1|1 result|$1 results}} in range #$2 to #$3.", - "search-showingresults": "{{PLURAL:$4|Result $1 of $3|Results $1 - $2 of $3}}", + "search-showingresults": "{{PLURAL:$4|Result $1 of $3|Results $1 – $2 of $3}}", "search-nonefound": "There were no results matching the query.", "search-nonefound-thiswiki": "There were no results matching the query in this site.", "powersearch-legend": "Advanced search",