From 9891e32962041247cbe7e08453a6dbf330c90c1a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 28 Sep 2013 16:50:55 +0200 Subject: [PATCH] Fix: Removed duplicate entry --- htdocs/langs/en_US/bills.lang | 1 - htdocs/langs/fr_FR/bills.lang | 1 - 2 files changed, 2 deletions(-) diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 4a39c184d94..4ba5747b953 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -34,7 +34,6 @@ ReplacementInvoice=Replacement invoice ReplacedByInvoice=Replaced by invoice %s ReplacementByInvoice=Replaced by invoice CorrectInvoice=Correct invoice %s -CorrectInvoice=Correct invoice %s CorrectionInvoice=Correction invoice UsedByInvoice=Used to pay invoice %s ConsumedBy=Consumed by diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 04fb1ef6c41..9ef6eca3949 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -34,7 +34,6 @@ ReplacementInvoice=Remplacement facture ReplacedByInvoice=Remplacée par la facture %s ReplacementByInvoice=Remplacée par facture CorrectInvoice=Correction facture %s -CorrectInvoice=Correction facture %s CorrectionInvoice=Correction facture UsedByInvoice=Appliqué sur facture %s ConsumedBy=Consommé par -- GitLab