summaryrefslogtreecommitdiff
path: root/modules/organize
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/organize
parent863deab3d34359b2e33df718f3da4db1f97a7c7d (diff)
Change the word "Done" to "Close" to make translations easier
Diffstat (limited to 'modules/organize')
-rw-r--r--modules/organize/views/organize_button_pane.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_button_pane.html.php b/modules/organize/views/organize_button_pane.html.php
index cd780d5e..c5839a44 100644
--- a/modules/organize/views/organize_button_pane.html.php
+++ b/modules/organize/views/organize_button_pane.html.php
@@ -46,5 +46,5 @@
<div id="gOrganizeEditHandleButtonsRight">
<a id="gMicroThumbSelectAll" href="#" ref="select-all" class="gButtonLink ui-corner-all ui-state-default"><?= t("Select all") ?></a>
<a id="gMicroThumbUnselectAll" href="#" ref="unselect-all" style="display: none" class="gButtonLink ui-corner-all ui-state-default"><?= t("Deselect all") ?></a>
- <a id="gMicroThumbDone" href="#" ref="done" class="gButtonLink ui-corner-all ui-state-default"><?= t("Done") ?></a>
+ <a id="gMicroThumbDone" href="#" ref="done" class="gButtonLink ui-corner-all ui-state-default"><?= t("Close") ?></a>
</div>