From: Bartosz DziewoƄski Date: Mon, 27 Jul 2015 16:11:23 +0000 (+0200) Subject: Improve messages related to $wgAllowCategorizedRecentChanges X-Git-Tag: 1.31.0-rc.0~10542^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22lang_raccourcis%22%2C%22module=%24nom_module%22%29%20.%20%22?a=commitdiff_plain;h=163904a0dd32fd44dbbae26179170b80d7a028a6;p=lhc%2Fweb%2Fwiklou.git 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 --- 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",