From: hickert Date: Fri, 14 Mar 2008 15:25:27 +0000 (+0000) Subject: msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7fddb167d05c24fa5143f0d541095712b20604fe;p=gosa.git msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9874 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc index 9affe3829..332b89468 100644 --- a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc +++ b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc @@ -290,8 +290,8 @@ class divListConference extends MultiSelectWindow } $num_objs = count($list); - $num_obj_str = sprintf(_("Number of listed %s"),_("conferences")); - $num_dep_str = sprintf(_("Number of listed %s"),_("departments")); + $num_obj_str = sprintf(_("Number of listed '%s'"),_("conferences")); + $num_dep_str = sprintf(_("Number of listed '%s'"),_("departments")); $str = "".$num_obj_str." ".$num_objs."    ";