From 1328bfb3315bd8d019ef2f2b7a23c11e79cffdde Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Mon, 1 Jan 2018 14:02:34 +0000 Subject: [PATCH] Expand templates: Change 'text' to 'wikitext' Change-Id: Idbddadc7187bbfe6214f313ac0205184bceb2d23 --- languages/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 301408fca8..18c546db9b 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{{#language:…}} and variables like\n{{CURRENTDAY}}.\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{{#language:…}} and variables like\n{{CURRENTDAY}}.\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": "Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.\n\nIf this is a legitimate preview attempt, please try again.\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": "Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.\n\nIf this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.", - "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", -- 2.20.1