From abc46e86117ff04498141226f984aebe188726b0 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Mon, 21 Dec 2015 20:32:59 +0000 Subject: [PATCH] SpecialWatchlist: Avoid double space between checkbox and label Add a separate message 'wlshowhidecategorization' without parameter. Change-Id: I02a302f90e5c275559118698e31a46237b4b1cb1 --- includes/specials/SpecialWatchlist.php | 2 +- languages/i18n/en.json | 1 + languages/i18n/qqq.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 68dc9ab3a1..c894a79312 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -444,7 +444,7 @@ class SpecialWatchlist extends ChangesListSpecialPage { ); if ( $this->getConfig()->get( 'RCWatchCategoryMembership' ) ) { - $filters['hidecategorization'] = 'rcshowhidecategorization'; + $filters['hidecategorization'] = 'wlshowhidecategorization'; } foreach ( $this->getCustomFilters() as $key => $params ) { diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 0c72d7760c..000b4aec4c 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1960,6 +1960,7 @@ "wlshowhideanons": "anonymous users", "wlshowhidepatr": "patrolled edits", "wlshowhidemine": "my edits", + "wlshowhidecategorization": "page categorization", "watchlist-options": "Watchlist options", "watching": "Watching...", "unwatching": "Unwatching...", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 329e901963..d21718e385 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2135,6 +2135,7 @@ "wlshowhideanons": "Option text in [[Special:Watchlist]]. Cf. {{msg-mw|rcshowhideanons}}.\n{{Identical|Anonymous user}}", "wlshowhidepatr": "Option text in [[Special:Watchlist]]. Cf. {{msg-mw|rcshowhidepatr}}.", "wlshowhidemine": "Option text in [[Special:Watchlist]]. Cf. {{msg-mw|rcshowhidemine}}.", + "wlshowhidecategorization": "Option text in [[Special:Watchlist]]. Cf. {{msg-mw|rcshowhidecategorization}}.", "watchlist-options": "Legend of the fieldset of [[Special:Watchlist]]\n\nSee also:\n* {{msg-mw|Watchlist-details|watchlist header}}\n* {{msg-mw|Wlheader-enotif|watchlist header}}\n* {{msg-mw|enotif reset|Submit button text}}", "watching": "Text displayed when clicked on the watch tab: {{msg-mw|Watch}}. It means the wiki is adding that page to your watchlist.", "unwatching": "Text displayed when clicked on the unwatch tab: {{msg-mw|Unwatch}}. It means the wiki is removing that page from your watchlist.", -- 2.20.1