translation fix
This commit is contained in:
parent
fb89aaa120
commit
a0607974bf
|
@ -43,12 +43,12 @@ $Id$
|
||||||
$templates = array();
|
$templates = array();
|
||||||
|
|
||||||
$templates[] = array(
|
$templates[] = array(
|
||||||
'desc' => 'Organizational Unit',
|
'desc' => _('Organizational unit'),
|
||||||
'icon' => '../../graphics/ou.png',
|
'icon' => '../../graphics/ou.png',
|
||||||
'handler' => 'new_ou_template.php');
|
'handler' => 'new_ou_template.php');
|
||||||
|
|
||||||
$templates[] = array(
|
$templates[] = array(
|
||||||
'desc' => 'Custom',
|
'desc' => _('Custom'),
|
||||||
'icon' => '../../graphics/object.png',
|
'icon' => '../../graphics/object.png',
|
||||||
'handler' => 'custom.php');
|
'handler' => 'custom.php');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue