hardcoded english word
Brought to you by:
corbyboy
I'm working on the French translation of this project. I saw that on the main form the list of recipients was not translated in French.
It shows "Recipient x email".
I've changed in index.php, line 689 by this one
$recip .= $lang['recip']. ' ' . ($i + 1) . ' ' . $lang['email'] . " <br />";
It shows now fine my french words :-)
Thanks. Didier