summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1d2211)
raw | patch | inline | side by side (parent: b1d2211)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 15:07:32 +0000 (15:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 15:07:32 +0000 (15:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9751 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 1eeeefb6e03384c62fa1ae68623ec636c0f58e26..52a3c1ed06739c1840928cfd3b40f95a87234d5d 100644 (file)
public static function selectToView($type,$o_type = "")
{
if($o_type == ""){
- return(_("Select to see objects of type '%s'."));
+ return(_("Select to list objects of type '%s'."));
}elseif($o_type == "contains"){
- return(_("Select to see objects containig '%s'."));
+ return(_("Select to list objects containig '%s'."));
}
}