From a706dd1d688edc677a4f087aa104c85a442c2fee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2006 20:19:22 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Les=20parametres=20complementaires=20=E0?= =?UTF-8?q?=20une=20traduction=20doivent=20etre=20pass=E9=20via=20transnoe?= =?UTF-8?q?ntities=20quand=20inclus=20dans=20un=20trans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/tools/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/tools/export.php b/htdocs/admin/tools/export.php index dac38f89280..d12312a6e7c 100644 --- a/htdocs/admin/tools/export.php +++ b/htdocs/admin/tools/export.php @@ -41,7 +41,7 @@ if (! $user->admin) if ($file && ! $what) { //print DOL_URL_ROOT.'/dolibarr_export.php'; - header("Location: ".DOL_URL_ROOT.'/admin/tools/dolibarr_export.php?msg='.urlencode($langs->trans("ErrorFieldRequired",$langs->trans("ExportMethod")))); + header("Location: ".DOL_URL_ROOT.'/admin/tools/dolibarr_export.php?msg='.urlencode($langs->trans("ErrorFieldRequired",$langs->transnoentities("ExportMethod")))); /* print '
'.$langs->trans("ErrorFieldRequired",$langs->trans("ExportMethod")).'
'; print '
';