From: hickert Date: Fri, 14 Mar 2008 08:16:45 +0000 (+0000) Subject: msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c162c9abaa7f3619a62bc0f333a8a8632746ed37;p=gosa.git msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9793 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 1e5e04976..2043c0bd2 100644 --- a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc +++ b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc @@ -65,10 +65,10 @@ class goFaxServer extends goService { { $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); }