From: Guycn2 Date: Fri, 27 Apr 2018 19:51:48 +0000 (+0000) Subject: Use proper namespace name on Special:RelatedChanges X-Git-Tag: 1.34.0-rc.0~5530^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=63441f1f13b79de9c096041e4688de3f90fee2a6;p=lhc%2Fweb%2Fwiklou.git Use proper namespace name on Special:RelatedChanges This is intended to make sure the Category namespace's name matches the site's default language, rather than the user's interface language. Change-Id: I958390c9d05823cbfd0ac0f6f4d9b94d40f29d44 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 741738aad5..09b2d3e960 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1551,7 +1551,7 @@ "recentchangeslinked-feed": "Related changes", "recentchangeslinked-toolbox": "Related changes", "recentchangeslinked-title": "Changes related to \"$1\"", - "recentchangeslinked-summary": "Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in bold.", + "recentchangeslinked-summary": "Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in bold.", "recentchangeslinked-page": "Page name:", "recentchangeslinked-to": "Show changes to pages linked to the given page instead", "recentchanges-page-added-to-category": "[[:$1]] added to category",