Correction mail unsubcribe translation

This commit is contained in:
FHenry 2012-07-23 18:58:40 +02:00
parent ab71e4f891
commit 3e2e3b2bcb

View File

@ -87,7 +87,7 @@ if ($conf->global->MAILING_EMAIL_UNSUBSCRIBE)
$substitutionarrayfortest, $substitutionarrayfortest,
array( array(
'__CHECK_READ__' => 'TESTCheckMail', '__CHECK_READ__' => 'TESTCheckMail',
'__UNSUSCRIBE__' => 'TESTCheckMail' '__UNSUSCRIBE__' => 'TESTUnsuscribe'
) )
); );
} }