Better fix for cname message, Fixes #25
This commit is contained in:
parent
1b61e78a11
commit
02ec16253b
|
@ -1305,7 +1305,7 @@ class m_dom {
|
||||||
if (checkcname($value)) {
|
if (checkcname($value)) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
$err->raise("dom", _("The name you entered is incorrect or not fully qualified (shall end with a .)"));
|
$err->raise("dom", _("The name you entered is incorrect or not fully qualified (it must end with a DOT, like example.com<b>.</b>)"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -4638,10 +4638,10 @@ msgstr "Adresse IP invalide"
|
||||||
|
|
||||||
#: ../class/m_dom.php:1308
|
#: ../class/m_dom.php:1308
|
||||||
msgid ""
|
msgid ""
|
||||||
"The name you entered is incorrect or not fully qualified (shall end with a .)"
|
"The name you entered is incorrect or not fully qualified (it must end with a DOT, like example.com<b>.</b>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Le nom que vous avez entré est incorrect ou non qualifié (doit terminer "
|
"Le nom que vous avez entré est incorrect ou non qualifié (il doit se terminer "
|
||||||
"par un .)"
|
"par un POINT, comme exemple.com<b>.</b>)"
|
||||||
|
|
||||||
#: ../class/m_dom.php:1316
|
#: ../class/m_dom.php:1316
|
||||||
msgid "The TXT value you entered is incorrect"
|
msgid "The TXT value you entered is incorrect"
|
||||||
|
|
Loading…
Reference in New Issue