summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b55355)
raw | patch | inline | side by side (parent: 3b55355)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 08:16:45 +0000 (08:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 08:16:45 +0000 (08:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9793 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc
index 1e5e04976ea4b87560afc9d2f448bfb402e805a2..2043c0bd247f77ee8a4dfa79c69ed19fb890cb38 100644 (file)
{
$message = plugin::check();
if (empty($this->goFaxAdmin)){
- $message[]= _("The attribute user is empty or contains invalid characters.");
+ $message[]= msgPool::required(_("User"));
}
if (empty($this->goFaxPassword)){
- $message[]= _("The attribute password is empty or contains invalid characters.");
+ $message[]= msgPool::required(_("Password"));
}
return($message);
}