mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Add "and User namespace" to message
enwiki now also has VE enabled in NS_USER Change-Id: Ic96d09fe0a54c43d1c951d44c1c4efe3006f75c8
This commit is contained in:
parent
0ca661345f
commit
c966ff0544
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue