summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-10 14:19:33 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-10 14:19:33 -0700
commitf887fd32a46f4c5daa4c0adf8e6a297237c043c3 (patch)
tree9cf6e728eabb831c0ac34c31e4b6d19f27af7deb
parent15bb52a7767d141ff10179f36ea8389f461df801 (diff)
Forgot to add this file when change "Done"'s to "Close"'s
-rw-r--r--modules/gallery/views/admin_maintenance.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index cd1cc02e..450eb754 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -79,7 +79,7 @@
<? if ($task->state == "cancelled"): ?>
<?= t("Cancelled") ?>
<? endif ?>
- <?= t("Done") ?>
+ <?= t("Close") ?>
<? elseif ($task->state == "stalled"): ?>
<?= t("Stalled") ?>
<? else: ?>