diff options
author | Ed Sanders <esanders@wikimedia.org> | 2018-01-01 14:02:34 +0000 |
---|---|---|
committer | Ed Sanders <esanders@wikimedia.org> | 2018-01-02 13:36:24 +0000 |
commit | 1328bfb3315bd8d019ef2f2b7a23c11e79cffdde (patch) | |
tree | cc7ce27dd07fa8555ab4eba880def16e46b162cc /languages/i18n/en.json | |
parent | af608ccb7d385e234baf0892b863b9cfa31d743e (diff) | |
download | mediawikicore-1328bfb3315bd8d019ef2f2b7a23c11e79cffdde.tar.gz mediawikicore-1328bfb3315bd8d019ef2f2b7a23c11e79cffdde.zip |
Expand templates: Change 'text' to 'wikitext'
Change-Id: Idbddadc7187bbfe6214f313ac0205184bceb2d23
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 301408fca804..18c546db9b44 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4186,9 +4186,9 @@ "limitreport-expensivefunctioncount": "Expensive parser function count", "limitreport-expensivefunctioncount-value": "$1/$2", "expandtemplates": "Expand templates", - "expand_templates_intro": "This special page takes text and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.", + "expand_templates_intro": "This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.", "expand_templates_title": "Context title, for {{FULLPAGENAME}}, etc.:", - "expand_templates_input": "Input text:", + "expand_templates_input": "Input wikitext:", "expand_templates_output": "Result", "expand_templates_xml_output": "XML output", "expand_templates_html_output": "Raw HTML output", @@ -4200,7 +4200,7 @@ "expand_templates_preview": "Preview", "expand_templates_preview_fail_html": "<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.", "expand_templates_preview_fail_html_anon": "<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>", - "expand_templates_input_missing": "You need to provide at least some input text.", + "expand_templates_input_missing": "You need to provide at least some input wikitext.", "pagelanguage": "Change page language", "pagelang-name": "Page", "pagelang-language": "Language", |