diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-18 22:15:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-18 22:15:26 +0200 |
commit | 48948ccf5f6f1d7de2765fb955f956063d9bedc8 (patch) | |
tree | a1f510db2a13aa3a446ee398a426c216eab5dfa2 /apps/files/templates/index.php | |
parent | 279a71acb37ac373703ed05050771ef971b5d9a1 (diff) | |
download | nextcloud-server-48948ccf5f6f1d7de2765fb955f956063d9bedc8.tar.gz nextcloud-server-48948ccf5f6f1d7de2765fb955f956063d9bedc8.zip |
finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry.
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 7d679bc4bf6..fa4cda6f6b2 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 (MB)')); ?></th> + <th id="headerSize"><?php p($l->t('Size')); ?></th> <th id="headerDate"> <span id="modified"><?php p($l->t( 'Modified' )); ?></span> <?php if ($_['permissions'] & OCP\PERMISSION_DELETE): ?> |