From b2949424c34bb9b15181d6a5c7f27a95f26c193c Mon Sep 17 00:00:00 2001 From: Squidly Date: Thu, 31 Jul 2014 10:57:49 +0200 Subject: [PATCH] Updating error message to give a usefull information --- bureau/class/m_dom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index 1c2e533d..04ba764d 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -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; }