diff options
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 81e9c3fc180..bd27be8c5e1 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -39,7 +39,8 @@ <div id="uploadprogresswrapper"> <div id="uploadprogressbar"></div> <input type="button" class="stop icon-close" - style="display:none" value="" /> + style="display:none" value="" + alt="<?php p($l->t('Cancel upload'))?>" /> </div> </div> <div id="file_action_panel"></div> |