translation update
This commit is contained in:
parent
a842714b50
commit
f5e44a6c89
|
@ -154,7 +154,7 @@ class imapAccess extends baseModule {
|
||||||
$email = $attrs['mail'][0];
|
$email = $attrs['mail'][0];
|
||||||
|
|
||||||
if ($email == '') {
|
if ($email == '') {
|
||||||
$return->addElement(new htmlStatusMessage('INFO', _('Email address is not set. Please set it on tab "Personal".')));
|
$return->addElement(new htmlStatusMessage('INFO', _("Please enter an email address on this page: %s"), '', array($this->getAccountContainer()->getAccountModule('inetOrgPerson')->get_alias())));
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
$imap_admin_password = $this->getAdminPassword(); //Check for password for fall back mechanism
|
$imap_admin_password = $this->getAdminPassword(); //Check for password for fall back mechanism
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue