diff --git a/src/www/wizard.php b/src/www/wizard.php index a0d52465c..f7b6fb77b 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -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']) {