summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a248f55)
raw | patch | inline | side by side (parent: a248f55)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 15:25:27 +0000 (15:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 15:25:27 +0000 (15:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9874 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/conference/class_divListConferences.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
index 9affe382914b7821e94b6393b5fd646d8d4b8582..332b89468d610f3568e43084d9ab80038f973d8a 100644 (file)
}
$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 = "<img class='center' src='images/select_conference.png'
title='".$num_obj_str."' alt='".$num_obj_str."'> ".$num_objs." ";