From 863c512d20bbc8c17b43c34601f68c75976848aa Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 13 Jun 2013 15:56:25 -0700 Subject: [PATCH] Fix section edit preference language Change-Id: Ibad97bea238d0b76f809335b9a8814007da3f02d --- VisualEditor.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index 4df9eb53fc..fb27a8a14e 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -100,7 +100,7 @@ $messages['en'] = array( 'visualeditor-notification-restored' => '$1 has been restored.', 'visualeditor-notification-saved' => 'Your changes to $1 have been saved.', 'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{MediaWiki:Visualeditor-mainnamespacepagelink}}|main]] and [[{{MediaWiki:Visualeditor-usernamespacepagelink}}|user]] namespaces)', - 'visualeditor-preference-nosectionedit' => 'Use the wikitext editor for editing sections while it\'s in beta', + 'visualeditor-preference-nosectionedit' => 'Use the wikitext editor for editing sections while VisualEditor is in beta', 'visualeditor-savedialog-label-create' => 'Create page', 'visualeditor-savedialog-label-report' => 'Report problem', 'visualeditor-savedialog-label-resolve-conflict' => 'Resolve conflict',