mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 15:29:55 -04:00
Fix some consistency in text.
This fixes ticket #546 Signed-off-by: Bharat Mediratta <bharat@menalto.com>
This commit is contained in:
committed by
Bharat Mediratta
parent
67e83e66c6
commit
5a0424f458
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user