translate

This commit is contained in:
Dany De Bontridder 2018-02-03 14:31:31 +01:00
parent 29da5f0570
commit 668b539d9d

View file

@ -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();