diff options
author | riopwg <riopwg@piwigo.org> | 2012-04-26 11:41:17 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2012-04-26 11:41:17 +0000 |
commit | c12e5a674fbc62ea3d8d9a695a45deb5d188e813 (patch) | |
tree | 60c4a460d84f1e57fc6d02b43e811d1e6d59f5e7 | |
parent | 05b73baf39b871945ad5667ad2d15492cc654355 (diff) |
Update language IT Minor error
git-svn-id: http://piwigo.org/svn/trunk@14432 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index fbbb6b289..3d444c0ac 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -401,6 +401,6 @@ $lang['Photo title, A → Z'] = 'Titolo immagine, A → Z'; $lang['Photo title, Z → A'] = 'Titolo immagine, Z → A'; $lang['Rating score, high → low'] = 'Valutazione, alto → basso'; $lang['Rating score, low → high'] = 'Valutazione, basso → alto'; -$lang['Visits, high → low'] = 'Visite, massimo → minimo'; +$lang['Visits, high → low'] = 'Visite, alto → basso'; $lang['Visits, low → high'] = 'Visite, basso → alto'; ?>
\ No newline at end of file |