Small bug into ... The newsletters you are subscribed to are listed below

Hi
I saw that when you click again on the confirmation link this message appears:
"Thank you for confirming your subscription to our newsletters. The newsletters you are subscribed to are listed below:

We already received your confirmation previously."
But I can see any newsletter !
Another thing…
In italian translation I saw that:
"We already received your confirmation previously."
is not wrote and to modify it you must add this at line 45 into italian.inc
$strAlreadyConfirmed = ‘Abbiamo già ricevuto la sua conferma in precedenza.’;
br

Solved
modify function confirmPage into index.php at line 742 approximately

$html = $GLOBALS['strAlreadyConfirmed'];

change in this way:

$lis = '<h3>';
$lis .= '<ul>\n *'.stripslashes($row['name']);
$lis .= '<li class="list">'.stripslashes($row['name']).'<div class="listdescription">'.stripslashes($row['description']).'</div></li>';
$lis .= '</ul>';
$lis .= '</h3>';
$html .= $GLOBALS['strAlreadyConfirmed'];