diff --git a/include/export/export_anc_receipt_pdf.php b/include/export/export_anc_receipt_pdf.php index 9783917f4..890f95032 100644 --- a/include/export/export_anc_receipt_pdf.php +++ b/include/export/export_anc_receipt_pdf.php @@ -33,7 +33,7 @@ $http=new HttpInput(); $ck = $http->get('ck',"string", 0); if ($ck == 0) { - echo "Aucune sélection"; + echo _("Aucune sélection"); exit(); } $anc=new Document_Export();