From 09b10d4d0492e5caeb2d9cd12b2e6010dc284d1a Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 28 Oct 2013 10:33:48 -0700 Subject: [PATCH] Re-word visualeditor-preference-enable to not specify NSes Bug: 56205 Change-Id: I9d7786b34beecede60d229878000423907ac7cb1 --- VisualEditor.i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index 777e0fae10..7927ea117f 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -165,8 +165,8 @@ $messages['en'] = array( 'visualeditor-parameter-search-no-unused' => 'No unused parameters', 'visualeditor-parameter-search-unknown' => 'Unknown parameter', 'visualeditor-preference-betatempdisable' => 'Temporarily disable VisualEditor while it is in beta', - 'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{MediaWiki:visualeditor-mainnamespacepagelink}}|main]] and [[{{MediaWiki:visualeditor-usernamespacepagelink}}|user]] namespaces)', - 'visualeditor-preference-core-description' => 'Enable VisualEditor (only in the main and user namespaces).', + 'visualeditor-preference-enable' => 'Enable VisualEditor. It will not be available on talk pages and some other namespaces.', + 'visualeditor-preference-core-description' => 'Enable VisualEditor. It will not be available on talk pages and some other namespaces.', 'visualeditor-preference-core-label' => 'VisualEditor', 'visualeditor-preference-experimental-description' => 'Enable the latest features inside VisualEditor. As we develop tools and make changes for the editor, we make them available for testing ahead of general release. Please remember to always review your changes before saving when using experimental features.', 'visualeditor-preference-experimental-label' => 'VisualEditor experimental features',