translation fix

This commit is contained in:
Roland Gruber 2005-04-15 09:37:57 +00:00
parent fb89aaa120
commit a0607974bf
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ $Id$
$templates = array();
$templates[] = array(
'desc' => 'Organizational Unit',
'desc' => _('Organizational unit'),
'icon' => '../../graphics/ou.png',
'handler' => 'new_ou_template.php');
$templates[] = array(
'desc' => 'Custom',
'desc' => _('Custom'),
'icon' => '../../graphics/object.png',
'handler' => 'custom.php');