summaryrefslogtreecommitdiff
path: root/modules/gallery/views/simple_uploader.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-10 14:12:13 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-10 14:12:13 -0700
commit15bb52a7767d141ff10179f36ea8389f461df801 (patch)
tree50b96b8921b484bafc142dc24382b4d33094716a /modules/gallery/views/simple_uploader.html.php
parent863deab3d34359b2e33df718f3da4db1f97a7c7d (diff)
Change the word "Done" to "Close" to make translations easier
Diffstat (limited to 'modules/gallery/views/simple_uploader.html.php')
-rw-r--r--modules/gallery/views/simple_uploader.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index 56b1c656..e1add7f7 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -51,7 +51,7 @@
<!-- Proxy the done request back to our form, since its been ajaxified -->
<button class="ui-state-default ui-corner-all" onclick="$('#gAddPhotosForm').submit()">
- <?= t("Done") ?>
+ <?= t("Close") ?>
</button>
</div>