diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-20 22:23:34 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-20 22:23:34 -0700 | 
| commit | d7814f37cb2194098bd8aa3887bd830033200e8b (patch) | |
| tree | d7634d5db40c43244b6b2d8b08b5a348cedb7c4f /modules/organize/controllers/organize.php | |
| parent | ce963c9db00c25b3c1e6add1fe6032aef61a5bed (diff) | |
| parent | b99774ac49999e4701f1c410f0018a417a5f613e (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/controllers/organize.php')
| -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 +} | 
