mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-20 16:39:54 -04:00
Get rid of the word "items" in the delete confirmation dialog.
Signed-off-by: <unostar@danalan.info>
This commit is contained in:
@@ -101,7 +101,9 @@ class Quick_Controller extends Controller {
|
||||
access::required("edit", $item);
|
||||
|
||||
if ($item->is_album()) {
|
||||
print t("Delete the album <b>%title</b>? All items within the album will also be deleted.", array("title" => $item->title));
|
||||
print t(
|
||||
"Delete the album <b>%title</b>? 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 <b>%title</b>?", array("title" => $item->title));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user