forked from extern/egroupware
fix name of tab in general preferences to use 16.1 name "Standard" template instead of Pixelegg
This commit is contained in:
parent
3787bdea54
commit
12bf400f8c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user