From 9cf04b61106d27f1f641dda39de737386f7b8c99 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 4 Feb 2011 07:36:57 +0100 Subject: [PATCH] small fix to IT strings --- view/it/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/it/strings.php b/view/it/strings.php index 6ae9285add..2c429cc8a9 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -270,7 +270,7 @@ $a->strings['Edit photo'] = 'Modifica foto'; $a->strings['View Full Size'] = 'Vedi dimensione intera'; $a->strings['Tags: '] = 'Tag: '; $a->strings['[Remove any tag]'] = '[Rimuovi tutti i tag]'; -$a->strings['New album name'] = 'Nome nuovo album'; +$a->strings['New album name'] = 'Nuovo nome album'; $a->strings['Caption'] = 'Didascalia'; $a->strings['Add a Tag'] = 'Aggiungi un tag'; $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';