summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 268d7d6)
raw | patch | inline | side by side (parent: 268d7d6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Oct 2007 08:08:15 +0000 (08:08 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7545 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/class_departmentManagement.inc | patch | blob | history |
diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc
index 7628d3f0060f8a7d8180da0f8eb1cefbe4ab9964..4dcefc5b3df8d575b8596befcba987bd5a6005b1 100644 (file)
if(empty($tmp2['dn'])){
$tmp2['dn']="/";
}
- $tmp2 ['description'][0] = _("..");
+ $tmp2 ['description'][0] = ".. "._("Back");
$result[$tmp[$base_back]]=$tmp2;
}