localize 'speciallogfile' and give it a better label/description, thanks to xming

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-29 14:53:54 +01:00
parent 4e41fd84fe
commit 8016bd4ed0
4 changed files with 8 additions and 2 deletions

View File

@@ -130,7 +130,8 @@ return array(
'value' => array('1')
),
'speciallogfile' => array(
'label' => 'Speciallogfile',
'label' => $lng['admin']['speciallogfile']['title'],
'desc' => $lng['admin']['speciallogfile']['description'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')

View File

@@ -141,7 +141,8 @@ return array(
'value' => array($result['wwwserveralias'])
),
'speciallogfile' => array(
'label' => 'Speciallogfile',
'label' => $lng['admin']['speciallogfile']['title'],
'desc' => $lng['admin']['speciallogfile']['description'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')