Merge pull request #3990 from owncloud/size-mb

add MB indicator to size heading, fix #3987
This commit is contained in:
Jan-Christoph Borchardt 2013-07-10 08:42:05 -07:00
commit a9072056a0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<?php endif; ?>
</span>
</th>
<th id="headerSize"><?php p($l->t( 'Size' )); ?></th>
<th id="headerSize"><?php p($l->t('Size (MB)')); ?></th>
<th id="headerDate">
<span id="modified"><?php p($l->t( 'Modified' )); ?></span>
<?php if ($_['permissions'] & OCP\PERMISSION_DELETE): ?>