Reduce complexity of "noindex-category-desc"
authorSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Apr 2014 15:34:40 +0000 (17:34 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Apr 2014 15:34:40 +0000 (17:34 +0200)
Spotted by Lokal Profil and reported at
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Noindex-category-desc/sv

Change-Id: Ie088085cc6aa1974c93a1687ecc67ed961413c6f

languages/i18n/en.json

index b5110bd..08cc249 100644 (file)
     "trackingcategories-msg": "Tracking Category",
     "trackingcategories-name": "Message name",
     "trackingcategories-desc": "Category inclusion criteria",
-    "noindex-category-desc": "The page has a <nowiki>__NOINDEX__</nowiki> magic word on it (and is in a namespace where that flag is allowed), and hence is not indexed by robots.",
+    "noindex-category-desc": "The page is not indexed by robots because it has the magic word <nowiki>__NOINDEX__</nowiki> on it and is in a namespace where that flag is allowed.",
     "index-category-desc": "The page has a <nowiki>__INDEX__</nowiki> 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.",