mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
Set organize messages to use existing gMessage, added album cover message.
This commit is contained in:
@@ -138,6 +138,9 @@ class Organize_Controller extends Controller {
|
||||
$item = ORM::factory("item", (int)$task->get("target"));
|
||||
$type = $task->get("type");
|
||||
switch ($type) {
|
||||
case "albumCover":
|
||||
$task->status = t("Album cover set");
|
||||
break;
|
||||
case "move":
|
||||
$task->status = t("Move to '%album' completed", array("album" => $item->title));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user