From 52eb0d338d9db4968d5cea16cb80ba3b38efdf2e Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 9 Apr 2014 11:58:16 +0200 Subject: [PATCH] Wrap more magic words in for consistency Change-Id: I57f964326c7c6e2c932c3a5d11d5a0b61874ebb9 --- languages/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 45a64df468..8fc60184aa 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1777,13 +1777,13 @@ "trackingcategories-msg": "Tracking category", "trackingcategories-name": "Message name", "trackingcategories-desc": "Category inclusion criteria", - "noindex-category-desc": "The page is not indexed by robots because it has the magic word __NOINDEX__ on it and is in a namespace where that flag is allowed.", - "index-category-desc": "The page has a __INDEX__ on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn't be.", + "noindex-category-desc": "The page is not indexed by robots because it has the magic word __NOINDEX__ on it and is in a namespace where that flag is allowed.", + "index-category-desc": "The page has a __INDEX__ on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn't be.", "post-expand-template-inclusion-category-desc": "After expanding all the templates, the page size is bigger than $wgMaxArticleSize, so some templates weren't expanded.", "post-expand-template-argument-category-desc": "After expanding a template argument (something in triple braces, like {{{Foo}}}), the page is bigger than $wgMaxArticleSize.", "expensive-parserfunction-category-desc": "Too many expensive parser functions (like #ifexist) included on a page. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].", "broken-file-category-desc": "Category added if the page contains a broken file link (a link to embed a file when the file does not exist).", - "hidden-category-category-desc": "This is a category with __HIDDENCAT__ on it, which prevents it from showing up in the category links box on pages, by default.", + "hidden-category-category-desc": "This is a category with __HIDDENCAT__ on it, which prevents it from showing up in the category links box on pages, by default.", "trackingcategories-nodesc": "No description available.", "trackingcategories-disabled": "Category is disabled", "mailnologin": "No send address", -- 2.20.1