diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-01 08:35:23 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-01 08:35:23 -0800 |
commit | 43985ea2fb137aa7d532617271e37d7c20def3c5 (patch) | |
tree | f0a38c71a6a89901123ec6c3bc53ef25a2517f8f /modules/gallery | |
parent | 64e014203c22ad437ce62fd622f176468c1b91f3 (diff) |
Update the description to reflect we are only removing "expired" files.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/helpers/gallery_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_task.php b/modules/gallery/helpers/gallery_task.php index 6ce6c03e..3e6278e5 100644 --- a/modules/gallery/helpers/gallery_task.php +++ b/modules/gallery/helpers/gallery_task.php @@ -40,7 +40,7 @@ class gallery_task_Core { $tasks[] = Task_Definition::factory() ->callback("gallery_task::file_cleanup") ->name(t("Remove old files")) - ->description(t("Remove files from the logs and tmp directory")) + ->description(t("Remove expired files from the logs and tmp directory")) ->severity(log::SUCCESS); return $tasks; } |