diff options
author | Shai Ben-Naphtali <shai@shaibn.com> | 2009-07-21 03:30:21 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-21 13:18:59 +0800 |
commit | 5a0424f458323578a6b2e5395a58f3d2bfc034dc (patch) | |
tree | e41fa5fe3598f2a9fc53ae0ff61f67e5b59703b1 /modules/organize/controllers | |
parent | 67e83e66c6c302d3bf2d0a6aa52d1f7d2ed991e5 (diff) |
Fix some consistency in text.
This fixes ticket #546
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
Diffstat (limited to 'modules/organize/controllers')
-rw-r--r-- | modules/organize/controllers/organize.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 27852904..898be509 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -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"); } } -}
\ No newline at end of file +} |