diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 14:19:33 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 14:19:33 -0700 |
commit | f887fd32a46f4c5daa4c0adf8e6a297237c043c3 (patch) | |
tree | 9cf6e728eabb831c0ac34c31e4b6d19f27af7deb /modules/gallery/views/admin_maintenance.html.php | |
parent | 15bb52a7767d141ff10179f36ea8389f461df801 (diff) |
Forgot to add this file when change "Done"'s to "Close"'s
Diffstat (limited to 'modules/gallery/views/admin_maintenance.html.php')
-rw-r--r-- | modules/gallery/views/admin_maintenance.html.php | 2 |
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: ?> |