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 /language/it_IT | |
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-- | language/it_IT/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index d0990f4c4..3f0e552da 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -227,7 +227,7 @@ $lang['jump to photo'] = 'Andare al\'immagine'; $lang['leave'] = 'Abbandonare'; $lang['Lock'] = 'Bloccare'; $lang['Locked'] = 'Bloccate'; -$lang['manage album elements'] = 'Gestire le foto dell\'album'; +$lang['manage album photos'] = 'Gestire le foto dell\'album'; $lang['manage sub-albums'] = 'Gestire i sub album'; $lang['Manage'] = 'Gestire'; $lang['maximum height'] = 'Altezza massima'; |