diff --git a/modules/blockmanufacturer/blockmanufacturer.php b/modules/blockmanufacturer/blockmanufacturer.php index b9184a5f3..5a3d4f8b9 100644 --- a/modules/blockmanufacturer/blockmanufacturer.php +++ b/modules/blockmanufacturer/blockmanufacturer.php @@ -150,7 +150,7 @@ class BlockManufacturer extends Module ), array( 'type' => 'text', - 'label' => $this->l('Elements number'), + 'label' => $this->l('Number of elements to display'), 'name' => 'MANUFACTURER_DISPLAY_TEXT_NB', 'class' => 'fixed-width-xs' ), diff --git a/modules/blocksupplier/blocksupplier.php b/modules/blocksupplier/blocksupplier.php index 70b99ee84..a97c532b7 100644 --- a/modules/blocksupplier/blocksupplier.php +++ b/modules/blocksupplier/blocksupplier.php @@ -169,7 +169,7 @@ class BlockSupplier extends Module ), array( 'type' => 'text', - 'label' => $this->l('Elements number'), + 'label' => $this->l('Number of elements to display'), 'name' => 'SUPPLIER_DISPLAY_TEXT_NB', 'class' => 'fixed-width-xs' ),