From 3e2e3b2bcb20ecbd1218e17a14da2d4a8c71879e Mon Sep 17 00:00:00 2001 From: FHenry Date: Mon, 23 Jul 2012 18:58:40 +0200 Subject: [PATCH] Correction mail unsubcribe translation --- htdocs/comm/mailing/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 240f8e5c349..db25a3e31ed 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -87,7 +87,7 @@ if ($conf->global->MAILING_EMAIL_UNSUBSCRIBE) $substitutionarrayfortest, array( '__CHECK_READ__' => 'TESTCheckMail', - '__UNSUSCRIBE__' => 'TESTCheckMail' + '__UNSUSCRIBE__' => 'TESTUnsuscribe' ) ); }