Code

Updated copy & paste hanling for everal classes.
[gosa.git] / 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;";