aboutsummaryrefslogtreecommitdiffstats
path: root/view/it
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-05-22 21:58:37 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-05-23 09:13:35 +0200
commit866940ab5d4f460c0083aeffdd7e354e8aa0fafe (patch)
tree399b661e30a07de65b6ea1cbdc9f02a7870fd1dd /view/it
parent570a22de7425e2a486b02e3b43a4b4b1ece552af (diff)
downloadvolse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.tar.gz
volse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.tar.bz2
volse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.zip
fix IT string.php
Diffstat (limited to 'view/it')
-rw-r--r--view/it/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php
index de67aad4d..aa6184e21 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -119,7 +119,7 @@ $a->strings["Administrator"] = "Amministratore";
$a->strings["Friend/Connection Request"] = "Richieste di Amicizia/Connessione";
$a->strings["Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca"] = "Esempi: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca";
$a->strings["Please answer the following:"] = "Rispondi al seguente:";
-$a->strings["Does \$name know you?"] = "$name ti conosce?";
+$a->strings["Does \$name know you?"] = "\$name ti conosce?";
$a->strings["Yes"] = "Si";
$a->strings["No"] = "No";
$a->strings["Add a personal note:"] = "Aggiungi una nota personale:";