fixed missing translation

This commit is contained in:
Roland Gruber 2003-12-10 12:43:26 +00:00
parent 767e1c088c
commit eccd242399
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ elseif ($_POST['sub_save']) {
if (@ldap_add($_SESSION['ldap']->server(), $DN, $attr)) {
StatusMessage("INFO", "Domain has been created.", $DN);
}
else StatusMessage("ERROR", "", "Failed to add domain!" . "\n<br>" . ldap_error($_SESSION['ldap']->server()));
else StatusMessage("ERROR", "", _("Failed to add domain!") . "\n<br>" . ldap_error($_SESSION['ldap']->server()));
}
echo "<p>&nbsp;</p>\n";
echo "<p><a href=\"lists/listdomains.php\">" . _("Back to domain list") . "</a></p>\n";