Corrected translations of info tooltips in document models description

This commit is contained in:
Marcos García
2013-05-07 22:04:08 +02:00
parent 88b5723620
commit 54a2d3ca72
16 changed files with 27 additions and 24 deletions

View File

@@ -236,7 +236,7 @@ print '<td>'.$langs->trans("Name").'</td>';
print '<td>'.$langs->trans("Description").'</td>';
print '<td class="nowrap">'.$langs->trans("Example").'</td>';
print '<td align="center" width="60">'.$langs->trans("Status").'</td>';
print '<td align="center" width="16">'.$langs->trans("Infos").'</td>';
print '<td align="center" width="16">'.$langs->trans("ShortInfo").'</td>';
print '</tr>'."\n";
clearstatcache();
@@ -367,7 +367,7 @@ print '<td>'.$langs->trans("Name").'</td>';
print '<td>'.$langs->trans("Description").'</td>';
print '<td align="center" width="60">'.$langs->trans("Status")."</td>\n";
print '<td align="center" width="60">'.$langs->trans("Default")."</td>\n";
print '<td align="center" width="38" colspan="2">'.$langs->trans("Infos").'</td>';
print '<td align="center" width="38" colspan="2">'.$langs->trans("ShortInfo").'</td>';
print "</tr>\n";
clearstatcache();