From e4b1b9e4f18f6e217529daa0cfa4e880dd568c40 Mon Sep 17 00:00:00 2001 From: Deskana Date: Mon, 7 Nov 2016 10:36:50 -0800 Subject: [PATCH] Clarify wording of __NOINDEX__ option in VisualEditor VisualEditor contains an option in "Advanced options" to add __NOINDEX__ to the page, stopping external search engines from indexing the page. This does not affect the in-site search. The current wording is correct, but a little ambiguous since it just mentions "search engines". This patch clarifies the wording. Change-Id: Ide528f3c028fb79d187eee1c64187c2886635d66 --- modules/ve-mw/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-mw/i18n/en.json b/modules/ve-mw/i18n/en.json index 4d2eb02205..7f370f7909 100644 --- a/modules/ve-mw/i18n/en.json +++ b/modules/ve-mw/i18n/en.json @@ -152,7 +152,7 @@ "visualeditor-dialog-meta-settings-index-default": "Default", "visualeditor-dialog-meta-settings-index-disable": "No", "visualeditor-dialog-meta-settings-index-force": "Yes", - "visualeditor-dialog-meta-settings-index-help": "You can force search engines to list this page in their relevant results, or force them to not do so.", + "visualeditor-dialog-meta-settings-index-help": "You can force search engines to list this page in their relevant results, or force them to not do so. This option does not affect in-site search.", "visualeditor-dialog-meta-settings-index-label": "Let this page be indexed by search engines", "visualeditor-dialog-meta-settings-label": "Page settings", "visualeditor-dialog-meta-settings-newsectioneditlink-default": "Default",