diff --git a/fp-plugins/akismet/lang/lang.it-it.php b/fp-plugins/akismet/lang/lang.it-it.php
index 9560ba6..077d447 100644
--- a/fp-plugins/akismet/lang/lang.it-it.php
+++ b/fp-plugins/akismet/lang/lang.it-it.php
@@ -1,18 +1,18 @@
'La chiave API non è stata impostata. Esegui il plugin per impostare la chiave API. Registrati su Wordpress.com per riceverne una'
+ -1 => 'La chiave API non è stata impostata. Esegui il plugin per impostare la chiave API. Registrati su akismet.com per riceverne una'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Configurazione di Akismet';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Configurazione di Akismet',
- 'description'=>'Per molte persone, Akismet riduce enormemente '
+ 'description'=>'Per molte persone, Akismet riduce enormemente '
.'o perfino elimina completamente i commenti e i collegamenti traccianti di spam che compaiono sul proprio sito. '
- .'Se non hai ancora un profilo su WordPress.com, puoi crearne uno su '.
- 'WordPress.com.',
- 'apikey' => 'Chiave API di WordPress.com',
- 'whatis' => '(What is this?)',
+ .'Se non hai ancora un profilo su akismet.com, puoi crearne uno su '.
+ 'akismet.com/signup.',
+ 'apikey' => 'Chiave API di akismet.com',
+ 'whatis' => '(What is this?)',
'submit' => 'Salva chiave API'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
@@ -20,4 +20,4 @@
-1 => 'La chiave API non è valida'
);
-?>
\ No newline at end of file
+?>