aboutsummaryrefslogtreecommitdiffstats
path: root/files/templates/index.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-07 01:27:16 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-07 01:27:16 +0200
commite3fd72dc1627ef1cbfd4c525ea5428e68942e80a (patch)
treece21e8d9a788bbb6710956709018067ff31ab391 /files/templates/index.php
parentaa3b76e3fb8e46182ca892d0e8bf468a8cf0c3a0 (diff)
downloadnextcloud-server-e3fd72dc1627ef1cbfd4c525ea5428e68942e80a.tar.gz
nextcloud-server-e3fd72dc1627ef1cbfd4c525ea5428e68942e80a.zip
introducing simple file size, only MB as unit, details on hover
Diffstat (limited to 'files/templates/index.php')
-rw-r--r--files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index ee5e0900e2c..b9f8c02c93b 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -32,7 +32,7 @@
<tr>
<th><input type="checkbox" id="select_all" /></th>
<th><?php echo $l->t( 'Name' ); ?></th>
- <th><?php echo $l->t( 'Size' ); ?></th>
+ <th><?php echo $l->t( 'Size (MB)' ); ?></th>
<th><?php echo $l->t( 'Modified' ); ?></th>
<th></th>
</tr>