mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
wizard: translate typehint as well
This commit is contained in:
parent
97d0b22a60
commit
a90a920598
@ -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']) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user