summaryrefslogtreecommitdiff
path: root/modules/gallery/views/form_uploadify_buttons.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-08-29 16:39:01 -0700
committerBharat Mediratta <bharat@menalto.com>2010-08-29 16:39:01 -0700
commit201883101595d5954cf45ffac6e2c376e5ecce35 (patch)
treec6bc32eedae8636d249fe098d0a76f596b89fa18 /modules/gallery/views/form_uploadify_buttons.html.php
parent4c8445852d0657d8c598d38096852b49e4672638 (diff)
1) Rename "Cancel All" -> "Cancel uploads" to clarify what we're
talking about and follow our capitalization standards. 2) Grey out the Done button when uploads are in progress. Fixes ticket #1302.
Diffstat (limited to 'modules/gallery/views/form_uploadify_buttons.html.php')
-rw-r--r--modules/gallery/views/form_uploadify_buttons.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form_uploadify_buttons.html.php b/modules/gallery/views/form_uploadify_buttons.html.php
index d88bb6aa..98729bd7 100644
--- a/modules/gallery/views/form_uploadify_buttons.html.php
+++ b/modules/gallery/views/form_uploadify_buttons.html.php
@@ -4,5 +4,5 @@
<?= t("Done") ?>
</button>
<button id="g-upload-cancel-all" class="ui-state-default ui-corner-all ui-state-disabled" onclick="$('#g-uploadify').uploadifyClearQueue();return false;" disabled="disabled">
- <?= t("Cancel All") ?>
+ <?= t("Cancel uploads") ?>
</button>