diff options
Diffstat (limited to 'admin/element_set.php')
-rw-r--r-- | admin/element_set.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/element_set.php b/admin/element_set.php index 58113861d..11bbcb2ac 100644 --- a/admin/element_set.php +++ b/admin/element_set.php @@ -166,7 +166,7 @@ SELECT DISTINCT(image_id) } else if ('duplicates' == $_GET['cat']) { - $page['title'] = l10n('Files with same name in more than one physical category'); + $page['title'] = l10n('Files with same name in more than one physical album'); $template->assign(array('U_ACTIVE_MENU' => 5 )); // we are searching related elements twice or more to physical categories |