diff --git a/include/class_passwordRecovery.inc b/include/class_passwordRecovery.inc
index eed3f85bae5d14475377b17014b143e000f55b86..21eec1644602b22fbc93dde5e21a4d0d0fe0623e 100644
--- a/include/class_passwordRecovery.inc
+++ b/include/class_passwordRecovery.inc
@@ -349,7 +349,7 @@ class passwordRecovery extends standAlonePage
     if (mail_utf8($this->email_address, FALSE, $this->from_mail, $this->mail_subject, $body)) {
       $this->step = 3;
     } else {
-      $this->message[] = msgPool::invalid(_("Contact your administrator, there was a problem with mail server"));
+      $this->message[] = _('Contact your administrator, there was a problem with mail server');
     }
     $smarty = get_smarty();
 
@@ -426,7 +426,7 @@ class passwordRecovery extends standAlonePage
       $this->step = 5;
       $smarty->assign('changed', TRUE);
     } else {
-      $this->message[] = msgPool::invalid(_("There was a problem with mail server, confirmation email not sent"));
+      $this->message[] = _('There was a problem with mail server, confirmation email not sent');
     }
   }