Fix some consistency in text.

This fixes ticket #546

Signed-off-by: Bharat Mediratta <bharat@menalto.com>
This commit is contained in:
Shai Ben-Naphtali
2009-07-21 03:30:21 +08:00
committed by Bharat Mediratta
parent 67e83e66c6
commit 5a0424f458
2 changed files with 4 additions and 4 deletions

View File

@@ -516,7 +516,7 @@ class Organize_Controller extends Controller {
break;
case "delete":
return array("description" => t("Delete selected photos and albums"),
return array("description" => t("Delete selected photos / albums"),
"name" => t("Delete images in %name", array("name" => $item->title)),
"type" => "delete",
"runningMsg" => t("Delete images in progress"),
@@ -537,4 +537,4 @@ class Organize_Controller extends Controller {
throw new Exception("Operation '$operation' is not implmented");
}
}
}
}