diff options
Diffstat (limited to '')
-rw-r--r-- | tools/albums.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/albums.lang.php b/tools/albums.lang.php index dfd4d8885..23c142945 100644 --- a/tools/albums.lang.php +++ b/tools/albums.lang.php @@ -7,8 +7,8 @@ $lang['Apply to subcategories'] = 'Apply to sub-albums'; $lang['Categories authorized thanks to group associations'] = 'Albums authorized thanks to group associations'; $lang['Categories manual order was saved'] = 'Album manual order was saved'; $lang['Category elements associated to the following categories: %s'] = 'Album elements associated to the following albums: %s'; -$lang['Link all category elements to a new category'] = 'Link all album elements to a new album'; -$lang['Link all category elements to some existing categories'] = 'Link all album elements to some existing albums'; +$lang['Link all category elements to a new category'] = 'Link all album photos to a new album'; +$lang['Link all category elements to some existing categories'] = 'Link all album photos to some existing albums'; $lang['Linked categories'] = 'Linked albums'; $lang['Manage permissions for a category'] = 'Edit album permissions'; $lang['Move categories'] = 'Move albums'; @@ -51,7 +51,7 @@ $lang['categories deleted in the database'] = 'albums deleted in the database'; $lang['categories added in the database'] = 'albums added in the database'; $lang['Files with same name in more than one physical category'] = 'Files with same name in more than one physical album'; $lang['edit category informations'] = 'edit album'; -$lang['No element in this category'] = 'No element in this album'; +$lang['No element in this category'] = 'No photo in this album'; $lang['Drop into category'] = 'Drop into album'; $lang['existing category'] = 'existing album'; $lang['create a new category'] = 'create a new album'; |