From fda706f55cab4bd65b90e25a82b59a83e40443ed Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Jun 2009 01:41:34 +0800 Subject: Get rid of the word "items" in the delete confirmation dialog. Signed-off-by: --- modules/gallery/controllers/quick.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/controllers/quick.php b/modules/gallery/controllers/quick.php index 30383307..cff6686b 100644 --- a/modules/gallery/controllers/quick.php +++ b/modules/gallery/controllers/quick.php @@ -101,7 +101,9 @@ class Quick_Controller extends Controller { access::required("edit", $item); if ($item->is_album()) { - print t("Delete the album %title? All items within the album will also be deleted.", array("title" => $item->title)); + print t( + "Delete the album %title? All photos and movies in the album will also be deleted.", + array("title" => $item->title)); } else { print t("Are you sure you want to delete %title?", array("title" => $item->title)); } -- cgit v1.2.3