Code

msgPool
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 15:25:19 +0000 (15:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 15:25:19 +0000 (15:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9873 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc

index 11bfa6d12faa7eec5973ee39fa22dbbd7e981307..41acc072430bacb3dd3e9dfec9ca75f4d7ae800b 100644 (file)
@@ -263,8 +263,8 @@ class divListBlocklist extends MultiSelectWindow
     }
     $num_objs = count($list);
 
-    $num_obj_str = sprintf(_("Number of listed %s"),_("blocklists"));
-    $num_dep_str = sprintf(_("Number of listed %s"),_("departments"));
+    $num_obj_str = sprintf(_("Number of listed '%s'"),_("blocklists"));
+    $num_dep_str = sprintf(_("Number of listed '%s'"),_("departments"));
 
     $str = "<img class='center' src='images/list_blocklist.png'
               title='".$num_obj_str."' alt='".$num_obj_str."'>&nbsp;".$num_objs."&nbsp;&nbsp;&nbsp;&nbsp;";