Code

Added _("Back") to all '..' entries in department selections.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Oct 2007 08:08:15 +0000 (08:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Oct 2007 08:08:15 +0000 (08:08 +0000)
Group/Application departments ..

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7545 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/class_departmentManagement.inc

index 7628d3f0060f8a7d8180da0f8eb1cefbe4ab9964..4dcefc5b3df8d575b8596befcba987bd5a6005b1 100644 (file)
@@ -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;
     }