From 8e5d8acc9e1c3345acdabb8f3d78cd8a1835c12f Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 8 Apr 2014 17:34:40 +0200 Subject: [PATCH] Reduce complexity of "noindex-category-desc" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index b5110bd9d7..08cc249922 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1777,7 +1777,7 @@ "trackingcategories-msg": "Tracking Category", "trackingcategories-name": "Message name", "trackingcategories-desc": "Category inclusion criteria", - "noindex-category-desc": "The page has a __NOINDEX__ 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 __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.", -- 2.20.1