From 668b539d9d2218b5e4a6b718d83dd4bbfa852500 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 3 Feb 2018 14:31:31 +0100 Subject: [PATCH] translate --- include/export/export_anc_receipt_pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();