diff options
author | plegall <plg@piwigo.org> | 2011-01-19 23:41:37 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-19 23:41:37 +0000 |
commit | c6e50788cdb9b3f47ac2e03c48458469f379e2d6 (patch) | |
tree | 72209fb547e7bd3522369e3deb701e1ee187b2aa /tools | |
parent | 497fa40331bfc960d323cb5af69082e427102934 (diff) |
feature 2102: mistake in my previous commit r8727 on "manage album photos" string
git-svn-id: http://piwigo.org/svn/trunk@8783 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/photos.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/photos.lang.php b/tools/photos.lang.php index e707618eb..f65deeda0 100644 --- a/tools/photos.lang.php +++ b/tools/photos.lang.php @@ -61,7 +61,7 @@ $lang['jump to image'] = 'jump to photo'; $lang['manage image ranks'] = 'manage photo ranks'; -$lang['manage album photos'] = 'manage album elements'; +$lang['manage album elements'] = 'manage album photos'; $lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations'; $lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata'; $lang['number of miniaturized pictures'] = 'number of miniaturized photos'; |