diff options
author | plegall <plg@piwigo.org> | 2015-10-09 20:34:35 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-10-09 20:34:35 +0200 |
commit | 11ccdff58523d10ccc970b879c5de01e7ec40ee2 (patch) | |
tree | 93bb4b59fd1c70980645422bc24cc2cc1cb46027 /admin/batch_manager_global.php | |
parent | 4bf7792c779ee2312de59366afb38f666d49ce46 (diff) | |
parent | 474942e62d283e392262082a0f544c8b30b17c4c (diff) |
Merge branch 'feature/357-orphans'
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 4179ed284..060e9c46d 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -430,7 +430,7 @@ $prefilters = array( array('ID' => 'caddie', 'NAME' => l10n('Caddie')), array('ID' => 'favorites', 'NAME' => l10n('Your favorites')), array('ID' => 'last_import', 'NAME' => l10n('Last import')), - array('ID' => 'no_album', 'NAME' => l10n('With no album')), + array('ID' => 'no_album', 'NAME' => l10n('With no album').' ('.l10n('Orphans').')'), array('ID' => 'no_tag', 'NAME' => l10n('With no tag')), array('ID' => 'duplicates', 'NAME' => l10n('Duplicates')), array('ID' => 'all_photos', 'NAME' => l10n('All')) |