diff options
author | Friendika <info@friendika.com> | 2011-03-08 13:47:10 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-08 13:47:10 -0800 |
commit | 0784c072ce70a8a2c684674e79937690b2734663 (patch) | |
tree | f76f05ef47d18657794cb865493def1a7a1b8982 /view | |
parent | c248b28f922603ec135fea903a9ec3f0ef63c935 (diff) | |
download | volse-hubzilla-0784c072ce70a8a2c684674e79937690b2734663.tar.gz volse-hubzilla-0784c072ce70a8a2c684674e79937690b2734663.tar.bz2 volse-hubzilla-0784c072ce70a8a2c684674e79937690b2734663.zip |
Italian string file typo
Diffstat (limited to 'view')
-rw-r--r-- | view/it/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 25439d8d5..1cee5399a 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -140,7 +140,7 @@ $a->strings['Item not found.'] = 'Elemento non trovato.'; $a->strings['Private Message'] = 'Messaggio privato'; $a->strings['This is you'] = 'Questo sei tu'; $a->strings['View $name\'s profile'] = 'Guarda il profilo di $name'; -$a->strings['View $owner_name\'s profile'] = Guarda il profilo di $owner_name'; +$a->strings['View $owner_name\'s profile'] = 'Guarda il profilo di $owner_name'; $a->strings['to'] = 'a'; $a->strings['Wall-to-Wall'] = 'Bacheca-A-Bacheca'; $a->strings['via Wall-To-Wall:'] = 'via Bacheca-A-Bacheca'; |