- replaced getMLtext() by getMLText()

This commit is contained in:
steinm 2010-12-14 16:04:23 +00:00
parent 7222841ca5
commit f55a496fee
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ $docAccess = $folder->getApproversList();
?>
<table>
<tr>
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
</tr>
</table><br>

View File

@ -78,7 +78,7 @@ UI::contentContainerStart();
?>
<table>
<tr>
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
</tr>
</table><br>

View File

@ -107,7 +107,7 @@ $docAccess = $document->getApproversList();
<table>
<tr>
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
</tr>
</table><br>