diff --git a/htdocs/opensurvey/public/choix_autre.php b/htdocs/opensurvey/public/choix_autre.php
index e120bd7ec20..47dca9d7cae 100644
--- a/htdocs/opensurvey/public/choix_autre.php
+++ b/htdocs/opensurvey/public/choix_autre.php
@@ -185,19 +185,19 @@ if ($testremplissage != "ok" && (isset($_POST["fin_sondage_autre"]) || isset($_P
//message d'erreur si mauvaise date
if ($testdate === false) {
- print "
" . _("Date must be have the format DD/MM/YYYY") . "
"."\n";
+ print "
" . $langs->trans("Date must be have the format DD/MM/YYYY") . "
"."\n";
}
if ($erreur_injection) {
- print "" . _("Characters \" < and > are not permitted") . "
\n";
+ print "" . $langs->trans("Characters \" < and > are not permitted") . "
\n";
}
if ((isset($_POST["fin_sondage_autre"]) || isset($_POST["fin_sondage_autre_x"])) && !$erreur && !$erreur_injection) {
//demande de la date de fin du sondage
print '
'."\n";
print '