diff options
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r-- | admin/batch_manager_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index 54b2a75a2..a6cc7ce90 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -89,7 +89,7 @@ if (isset($_POST['submit'])) // photo in the selection if (count($collection) == 0) { - array_push($page['errors'], l10n('Select at least one picture')); + array_push($page['errors'], l10n('Select at least one photo')); } $action = $_POST['selectAction']; |