diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-10 08:42:05 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-10 08:42:05 -0700 |
commit | a9072056a087bda489478ceaa2b374e18b5ff03b (patch) | |
tree | 534fe29e709b5353be0ca74927ec5e1bc9d35b45 /apps | |
parent | eed516c31a1fd046966ed161353262faa70d831d (diff) | |
parent | 3fb3a7baa84991cc61684ac95349d2c40fcde003 (diff) | |
download | nextcloud-server-a9072056a087bda489478ceaa2b374e18b5ff03b.tar.gz nextcloud-server-a9072056a087bda489478ceaa2b374e18b5ff03b.zip |
Merge pull request #3990 from owncloud/size-mb
add MB indicator to size heading, fix #3987
Diffstat (limited to 'apps')
-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 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): ?> |