Remove angled ends of edit drawer handle.

This commit is contained in:
Chad Kieffer
2009-05-02 06:34:05 +00:00
parent 88c0ede495
commit eb9162f6c4
4 changed files with 4 additions and 7 deletions

View File

@@ -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));