From: hickert Date: Mon, 15 Oct 2007 08:08:15 +0000 (+0000) Subject: Added _("Back") to all '..' entries in department selections. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c3b5e0a34c2c209caf346063a32f514630edd21;p=gosa.git Added _("Back") to all '..' entries in department selections. Group/Application departments .. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7545 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc index 7628d3f00..4dcefc5b3 100644 --- a/plugins/admin/departments/class_departmentManagement.inc +++ b/plugins/admin/departments/class_departmentManagement.inc @@ -427,7 +427,7 @@ class departmentManagement extends plugin if(empty($tmp2['dn'])){ $tmp2['dn']="/"; } - $tmp2 ['description'][0] = _(".."); + $tmp2 ['description'][0] = ".. "._("Back"); $result[$tmp[$base_back]]=$tmp2; }