summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-09 18:29:26 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-10 13:52:55 +0200
commit3fb3a7baa84991cc61684ac95349d2c40fcde003 (patch)
tree460dc96ea6596248da9243417f539071a31aae6b
parent40879c6327af41d18077f8601a3c2934624b668f (diff)
downloadnextcloud-server-3fb3a7baa84991cc61684ac95349d2c40fcde003.tar.gz
nextcloud-server-3fb3a7baa84991cc61684ac95349d2c40fcde003.zip
add MB indicator to size heading, fix #3987
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index b9119f2cb62..7d679bc4bf6 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -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): ?>