summaryrefslogtreecommitdiff
path: root/modules/organize/controllers
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-05-02 06:34:05 +0000
committerChad Kieffer <chad@2tbsp.com>2009-05-02 06:34:05 +0000
commiteb9162f6c425f41d8d4a862b093a8071dc1751e2 (patch)
treef30506f8fdac515d4f9694f147c582358b417522 /modules/organize/controllers
parent88c0ede495ae14b010338d89e76a63ffc195d93c (diff)
Remove angled ends of edit drawer handle.
Diffstat (limited to 'modules/organize/controllers')
-rw-r--r--modules/organize/controllers/organize.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php
index 3059d8e9..baa7dc59 100644
--- a/modules/organize/controllers/organize.php
+++ b/modules/organize/controllers/organize.php
@@ -139,7 +139,10 @@ class Organize_Controller extends Controller {
$type = $task->get("type");
switch ($type) {
case "albumCover":
- $task->status = t("Album cover set");
+ $task->status = t("Album cover set for '%album'", array("album" => $item->title));
+ break;
+ case "delete":
+ $task->status = t("Selection deleted");
break;
case "move":
$task->status = t("Move to '%album' completed", array("album" => $item->title));