]> source.dussan.org Git - nextcloud-server.git/commitdiff
add alt text to 'Cancel upload' button
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 11:05:45 +0000 (12:05 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 11:05:45 +0000 (12:05 +0100)
apps/files/templates/list.php

index 81e9c3fc180454530d463f889a60248da1d123c2..bd27be8c5e1f832d7958d7b7eb8d04650192fdf5 100644 (file)
@@ -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>