fix name of tab in general preferences to use 16.1 name "Standard" template instead of Pixelegg

This commit is contained in:
Ralf Becker 2017-02-10 16:24:26 +01:00
parent 3787bdea54
commit 12bf400f8c

View File

@ -51,7 +51,7 @@ foreach($colors as $color => $label)
$GLOBALS['settings'] = array( $GLOBALS['settings'] = array(
'prefssection' => array( 'prefssection' => array(
'type' => 'section', 'type' => 'section',
'title' => lang('Preferences for the %1 template set','Pixelegg'), 'title' => lang('Preferences for the %1 template set','Standard'),
'no_lang'=> true, 'no_lang'=> true,
'xmlrpc' => False, 'xmlrpc' => False,
'admin' => False, 'admin' => False,