On file lang /it.lang.php there is no : "Email that the user gets when they change their lost password using the 'Password Reset' form" part.
It could be like this:
// Email that the user gets when they change their lost password using the 'Password Reset' form
$email['new_password'] = "%s,\r\n\r\n"
. "la tua nuova password di %s è: "
. "%s\r\n\r\n\r\n"
. "Ora puoi accedere su: %s utilizzando la nuova password.\r\n\r\n"
. "Ricordati però di cambiarla appena possibile cliccando su \"Pannello di Controllo\" -> \"Cambia Profilo\".\r\n\r\n"
. "Per maggiori informazioni scrivi a: %s.\r\n\r\n\r\n";
Could you add to next release?
Thanks!
franky4fingers