Updating error message to give a usefull information

This commit is contained in:
Squidly 2014-07-31 10:57:49 +02:00
parent d278474358
commit b2949424c3
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ class m_dom {
return false;
}
if ($dns && $v == -3) {
$err->raise("dom", _("The domain cannot be found in the whois database"));
$err->raise("dom", _("The name servers referenced by this domain do not match those referenced by this AlternC instance"));
return false;
}