translation update
This commit is contained in:
parent
5cc16a6957
commit
4ccafe1145
|
@ -121,7 +121,7 @@ class nisMailAliasUser extends baseModule {
|
||||||
function display_html_attributes() {
|
function display_html_attributes() {
|
||||||
$return = new htmlTable();
|
$return = new htmlTable();
|
||||||
if (!$this->isMailAliasTypeActive()) {
|
if (!$this->isMailAliasTypeActive()) {
|
||||||
$return->addElement(new htmlStatusMessage('ERROR', _('Please active the mail aliases type for this server profile.')));
|
$return->addElement(new htmlStatusMessage('ERROR', _('Please activate the mail aliases type for this server profile.')));
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
$aliases = $this->getMailAliasList();
|
$aliases = $this->getMailAliasList();
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue