From c966ff0544d5f59ed932487e2e2e202b3844d815 Mon Sep 17 00:00:00 2001 From: Catrope Date: Tue, 11 Dec 2012 19:28:19 -0800 Subject: [PATCH] Add "and User namespace" to message enwiki now also has VE enabled in NS_USER Change-Id: Ic96d09fe0a54c43d1c951d44c1c4efe3006f75c8 --- VisualEditor.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index 6e9c5f905e..bf0ab9e317 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -7,7 +7,7 @@ $messages = array(); $messages['en'] = array( 'visualeditor' => 'VisualEditor', 'visualeditor-desc' => 'Visual editor for MediaWiki', - 'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{MediaWiki:Visualeditor-mainnamespacepagelink}}|main namespace]])', + 'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{MediaWiki:Visualeditor-mainnamespacepagelink}}|main namespace]] and the User namespace)', 'visualeditor-mainnamespacepagelink' => 'Project:Main namespace', 'visualeditor-notification-saved' => 'Your changes to $1 have been saved.', 'visualeditor-notification-created' => '$1 has been created.',