]> source.dussan.org Git - nextcloud-server.git/commitdiff
add MB indicator to size heading, fix #3987
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 9 Jul 2013 16:29:26 +0000 (18:29 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 10 Jul 2013 11:52:55 +0000 (13:52 +0200)
apps/files/templates/index.php

index b9119f2cb62a0e551fe58e0f859a13b4c1d7a351..7d679bc4bf65434cc14be3369d9df7c7230d1c9d 100644 (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): ?>