X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgofax%2Fadmin%2Fsystems%2Fservices%2Fgofax%2Fclass_goFaxServer.inc;h=2043c0bd247f77ee8a4dfa79c69ed19fb890cb38;hb=c162c9abaa7f3619a62bc0f333a8a8632746ed37;hp=1e5e04976ea4b87560afc9d2f448bfb402e805a2;hpb=477ca755e6702cf61e2bfcccf89cd1b756a94de6;p=gosa.git 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); }