diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 3ed57a60aec..aa982212d0a 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4076,7 +4076,7 @@ class Form $formconfirm.= ''; $formconfirm.= $this->selectyesno("confirm", $newselectedchoice); $formconfirm.= ''; - $formconfirm.= ''; + $formconfirm.= 'trans("Validate").'">'; $formconfirm.= ''."\n"; $formconfirm.= ''."\n";