From 163904a0dd32fd44dbbae26179170b80d7a028a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 27 Jul 2015 18:11:23 +0200 Subject: [PATCH] Improve messages related to $wgAllowCategorizedRecentChanges * Add missing colon to 'rc_categories' to match the rest of the form. * Expand 'rc_categories_any' because its purpose is completely opaque. Change-Id: I29bc9343e10c3d96c758379ec717c32809c653bd --- languages/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 97f131014d..0531d7f500 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1267,8 +1267,8 @@ "unpatrolledletter": "!", "number_of_watching_users_RCview": "[$1]", "number_of_watching_users_pageview": "[$1 watching {{PLURAL:$1|user|users}}]", - "rc_categories": "Limit to categories (separate with \"|\")", - "rc_categories_any": "Any", + "rc_categories": "Limit to categories (separate with \"|\"):", + "rc_categories_any": "Any of the chosen", "rc-change-size": "$1", "rc-change-size-new": "$1 {{PLURAL:$1|byte|bytes}} after change", "newsectionsummary": "/* $1 */ new section", -- 2.20.1