From 2a19cca5bf48999ebf32a2482faf6555187e6090 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 13 Aug 2009 16:01:53 +0000 Subject: [PATCH] Added translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14059 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 2e776bfee..c8861a82c 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -532,7 +532,7 @@ echo "filter for images, action menu, sorting, department browsing, filter base if ($action['type'] == "sub" && isset($action['action'])) { $level++; if (isset($action['label'])){ - $result.= "$img".$action['label']." "; + $result.= "$img"._($action['label'])." "; } $result.= $this->recurseActions($action['action']).""; $level--; @@ -542,7 +542,7 @@ echo "filter for images, action menu, sorting, department browsing, filter base // Render entry elseways if (isset($action['label'])){ - $result.= "$img".$action['label'].""; + $result.= "$img"._($action['label']).""; $separator= ""; } } -- 2.30.2