From: Siebrand Mazeland Date: Thu, 10 Apr 2014 10:01:26 +0000 (+0200) Subject: Place parenthesis outsoude of code tag X-Git-Tag: 1.31.0-rc.0~16284^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=4f7f43bf1e1951f19b1b387c4a9a7abc3e413a69;p=lhc%2Fweb%2Fwiklou.git Place parenthesis outsoude of code tag Spotted by Orlodrim and reported at https://translatewiki.net/wiki/Thread:Support/MediaWiki:Post-expand-template-argument-category-desc/en Change-Id: Ie4921b517447ab8398a231088ab15191818a3f47 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index edfed4f488..3b94ccd80e 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1782,7 +1782,7 @@ "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.", + "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.",