diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-21 00:06:11 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-21 00:06:11 -0600 | 
| commit | 7f9e71d8cdcf99267adc2b4a6332e379a0fca0fc (patch) | |
| tree | 1ee75c57e9caf682799b9fc7e19f009d27c15f08 /modules/organize | |
| parent | 329b6ce28ce0424303fece0fa0f542a0f1cb39ae (diff) | |
| parent | d7814f37cb2194098bd8aa3887bd830033200e8b (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize')
| -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 +} | 
