summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorSam Tuke <sam@donttravelempty.com>2012-05-15 16:24:06 +0100
committerSam Tuke <sam@donttravelempty.com>2012-05-15 16:24:06 +0100
commit2ad6b5048e05fd5c28600845bbabde3a3f4537f7 (patch)
treeb5b6f4f49416448804eda8ab7ea6e1666cbcef59 /apps/files
parent97233b77cd0cfb7671e8914fd047642988ea425b (diff)
downloadnextcloud-server-2ad6b5048e05fd5c28600845bbabde3a3f4537f7.tar.gz
nextcloud-server-2ad6b5048e05fd5c28600845bbabde3a3f4537f7.zip
fixed 'delete' label so it doesn't break translations
Diffstat (limited to 'apps/files')
-rwxr-xr-xapps/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 72e45d53275..1308645746e 100755
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -53,7 +53,7 @@
</span>
</th>
<th id="headerSize"><?php echo $l->t( 'Size' ); ?></th>
- <th id="headerDate"><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class="selectedActions"><a href="" class="delete"><?php echo $l->t('Delete all')?> <img class="svg" alt="<?php echo $l->t('Delete')?>" src="<?php echo OCP\image_path("core", "actions/delete.svg"); ?>" /></a></span></th>
+ <th id="headerDate"><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class="selectedActions"><a href="" class="delete"><?php echo $l->t('Delete')?> <img class="svg" alt="<?php echo $l->t('Delete')?>" src="<?php echo OCP\image_path("core", "actions/delete.svg"); ?>" /></a></span></th>
</tr>
</thead>
<tbody id="fileList" data-readonly="<?php echo $_['readonly'];?>">