From 3c0aa26a0da68a9bc03061d279fc062ea336cf69 Mon Sep 17 00:00:00 2001 From: TMg Date: Sat, 25 May 2013 17:07:46 +0200 Subject: [PATCH] Renaming the "Beta" label to "Editor" The WikiEditor is the default since a long time now. It does not make much sense to still call it "Beta". This depends on my other change to the core preferences because of the new word that needs to be translated. Depends on I429c8125b8db789d2756d61249f6cf1fa7f2f51c. Change-Id: Id8b9a47a9d83dc1acdec46cb6e993deac33cc066 --- WikiEditor.hooks.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WikiEditor.hooks.php b/WikiEditor.hooks.php index 57b8ff35..89f27f48 100644 --- a/WikiEditor.hooks.php +++ b/WikiEditor.hooks.php @@ -12,7 +12,7 @@ class WikiEditorHooks { protected static $features = array( - /* Beta Features */ + /* Toolbar Features */ 'toolbar' => array( 'preferences' => array( @@ -20,7 +20,7 @@ class WikiEditorHooks { 'usebetatoolbar' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-preference', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array( @@ -36,7 +36,7 @@ class WikiEditorHooks { 'usebetatoolbar-cgd' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-dialogs-preference', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array( @@ -52,7 +52,7 @@ class WikiEditorHooks { 'wikieditor-toolbar-hidesig' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-hidesig', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array(