jenkins-bot has submitted this change and it was merged.

Change subject: i18n: Fix the parser function name
......................................................................


i18n: Fix the parser function name

- Fix the parser function name "#ifexist"
- Put the parser function in code tags

Spotted by Siebrand
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Expensive-parserfunction-category-desc/en

Change-Id: If29585ceda7f409c668804ff13c821b4eece95fd
---
M languages/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index aab24c9..9031b96 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -1779,7 +1779,7 @@
     "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.",
-    "expensive-parserfunction-category-desc": "Too many expensive parser 
functions (like #ifexists) included on a page. See 
[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit
 Manual:$wgExpensiveParserFunctionLimit].",
+    "expensive-parserfunction-category-desc": "Too many expensive parser 
functions (like <code>#ifexist</code>) 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 
<nowiki>__HIDDENCAT__</nowiki> on it, which prevents it from showing up in the 
category links box on pages, by default.",
     "trackingcategories-nodesc": "No description available.",

-- 
To view, visit https://gerrit.wikimedia.org/r/123208
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If29585ceda7f409c668804ff13c821b4eece95fd
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <shirayuk...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to