[ bug #1589 ] Menu type in "Edit menu" page is not translated

This commit is contained in:
Marcos García de La Fuente
2014-09-14 13:14:03 +02:00
parent ba70c1a08a
commit 74e16db632
2 changed files with 2 additions and 1 deletions

View File

@@ -317,7 +317,7 @@ if ($action == 'create')
print '<tr><td class="fieldrequired">'.$langs->trans('Type').'</td><td>';
if ($parent_rowid)
{
print 'Left';
print $langs->trans('Left');
print '<input type="hidden" name="type" value="left">';
}
else