From: hickert Date: Fri, 14 Mar 2008 15:25:19 +0000 (+0000) Subject: msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a248f55d1a03f59955421f7a30a758689605edd3;p=gosa.git msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9873 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc index 11bfa6d12..41acc0724 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc @@ -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 = "".$num_obj_str." ".$num_objs."    ";