Merge "Renaming the "Beta" label to "Editor""

This commit is contained in:
jenkins-bot 2013-06-30 18:37:33 +00:00 committed by Gerrit Code Review
commit 160d26f1a6

View file

@ -12,7 +12,7 @@ class WikiEditorHooks {
protected static $features = array( protected static $features = array(
/* Beta Features */ /* Toolbar Features */
'toolbar' => array( 'toolbar' => array(
'preferences' => array( 'preferences' => array(
@ -20,7 +20,7 @@ class WikiEditorHooks {
'usebetatoolbar' => array( 'usebetatoolbar' => array(
'type' => 'toggle', 'type' => 'toggle',
'label-message' => 'wikieditor-toolbar-preference', 'label-message' => 'wikieditor-toolbar-preference',
'section' => 'editing/beta', 'section' => 'editing/editor',
), ),
), ),
'requirements' => array( 'requirements' => array(
@ -36,7 +36,7 @@ class WikiEditorHooks {
'usebetatoolbar-cgd' => array( 'usebetatoolbar-cgd' => array(
'type' => 'toggle', 'type' => 'toggle',
'label-message' => 'wikieditor-toolbar-dialogs-preference', 'label-message' => 'wikieditor-toolbar-dialogs-preference',
'section' => 'editing/beta', 'section' => 'editing/editor',
), ),
), ),
'requirements' => array( 'requirements' => array(
@ -52,7 +52,7 @@ class WikiEditorHooks {
'wikieditor-toolbar-hidesig' => array( 'wikieditor-toolbar-hidesig' => array(
'type' => 'toggle', 'type' => 'toggle',
'label-message' => 'wikieditor-toolbar-hidesig', 'label-message' => 'wikieditor-toolbar-hidesig',
'section' => 'editing/beta', 'section' => 'editing/editor',
), ),
), ),
'requirements' => array( 'requirements' => array(