From b9d31758972d6a76d70b41b1bab6b3b3caefb8ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 25 Feb 2015 23:04:13 +0100 Subject: [PATCH] Fix typo --- htdocs/langs/en_US/products.lang | 2 +- htdocs/product/composition/card.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 841f497b674..eb7261ab613 100755 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -251,6 +251,6 @@ PriceExpressionEditorHelp4=In product/service price only: #supplier_min_price PriceMode=Price mode PriceNumeric=Number DefaultPrice=Default price -ComposedProductDIncDecStock=Increase/Decrease stock on parent change +ComposedProductIncDecStock=Increase/Decrease stock on parent change ComposedProduct=Sub-product MinSupplierPrice=Minimun supplier price diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index 1d551dd9ab1..af339c8270c 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -261,7 +261,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans('MinSupplierPrice').''; if (! empty($conf->stock->enabled)) print ''.$langs->trans('Stock').''; print ''.$langs->trans('Qty').''; - print ''.$langs->trans('ComposedProductDIncDecStock').''; + print ''.$langs->trans('ComposedProductIncDecStock').''; print ''; foreach($prods_arbo as $value) @@ -446,7 +446,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans("Label").''; //print ''.$langs->trans("IsInPackage").''; print ''.$langs->trans("Qty").''; - print ''.$langs->trans('ComposedProductDIncDecStock').''; + print ''.$langs->trans('ComposedProductIncDecStock').''; print ''; if ($resql) {