From a0607974bfb1b2046d95d4f60b8ddbd3a8821e92 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 15 Apr 2005 09:37:57 +0000 Subject: [PATCH] translation fix --- lam/templates/tree/templates/templates.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/tree/templates/templates.inc b/lam/templates/tree/templates/templates.inc index c1da11c6..38dee423 100644 --- a/lam/templates/tree/templates/templates.inc +++ b/lam/templates/tree/templates/templates.inc @@ -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');