From 60efe5734f570bda58acb2ec39695e9d526d1054 Mon Sep 17 00:00:00 2001 From: philippe Date: Thu, 27 Feb 2014 09:36:09 +0100 Subject: [PATCH] anglicized --- htdocs/barcode/codeinit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/barcode/codeinit.php b/htdocs/barcode/codeinit.php index f01e592d1d5..24f9a6b779b 100644 --- a/htdocs/barcode/codeinit.php +++ b/htdocs/barcode/codeinit.php @@ -28,7 +28,7 @@ $langs->load("admin"); $langs->load("members"); $langs->load("errors"); -// Choix de l'annee d'impression ou annee courante. +// Choice of print year or current year. $now = dol_now(); $year=dol_print_date($now,'%Y'); $month=dol_print_date($now,'%m');