From 394e044fa858445827596475de2e78f4b2e89494 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Jun 2012 00:18:47 +0200 Subject: [PATCH] Fix: Missing translation key --- htdocs/langs/en_US/products.lang | 3 ++- htdocs/langs/fr_FR/products.lang | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 527526d9268..7c6a28231dc 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -168,4 +168,5 @@ CustomerPrices=Customers prices SuppliersPrices=Suppliers prices CustomCode=Customs code CountryOrigin=Origin country -HiddenIntoCombo=Hidden into select lists \ No newline at end of file +HiddenIntoCombo=Hidden into select lists +Nature=Nature \ No newline at end of file diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index 8fe35942c37..2d3dfd12b2d 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -168,4 +168,5 @@ CustomerPrices=Prix clients SuppliersPrices=Prix fournisseurs CustomCode=Code douane CountryOrigin=Pays d'origine -HiddenIntoCombo=Caché dans les listes \ No newline at end of file +HiddenIntoCombo=Caché dans les listes +Nature=Nature \ No newline at end of file