wizard: translate typehint as well

This commit is contained in:
Franco Fichtner 2019-05-05 11:08:19 +02:00
parent 97d0b22a60
commit a90a920598

View File

@ -875,7 +875,7 @@ include("head.inc");
echo " />\n";
if ($field['typehint'] != '') {
echo $field['typehint'];
echo gettext($field['typehint']);
}
if ($field['description'] != '') {
@ -886,7 +886,7 @@ include("head.inc");
}
if ($field['type'] != 'checkbox' && $field['typehint'] != '') {
echo $field['typehint'];
echo gettext($field['typehint']);
}
if (!$field['combinefieldsbegin']) {