summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1c7056)
raw | patch | inline | side by side (parent: f1c7056)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 15:25:19 +0000 (15:25 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
index 11bfa6d12faa7eec5973ee39fa22dbbd7e981307..41acc072430bacb3dd3e9dfec9ca75f4d7ae800b 100644 (file)
}
$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."'> ".$num_objs." ";