Skip to content

Commit

Permalink
Better fix for cname message, Fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
vincib committed Jan 18, 2016
1 parent 1b61e78 commit 02ec162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bureau/class/m_dom.php
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ function check_type_value($type, $value) {
if (checkcname($value)) {
return true;
} 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;
}
break;
Expand Down
6 changes: 3 additions & 3 deletions bureau/locales/fr_FR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4638,10 +4638,10 @@ msgstr "Adresse IP invalide"

#: ../class/m_dom.php:1308
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 ""
"Le nom que vous avez entré est incorrect ou non qualifié (doit terminer "
"par un .)"
"Le nom que vous avez entré est incorrect ou non qualifié (il doit se terminer "
"par un POINT, comme exemple.com<b>.</b>)"

#: ../class/m_dom.php:1316
msgid "The TXT value you entered is incorrect"
Expand Down

0 comments on commit 02ec162

Please sign in to comment.