// improved some messages
This commit is contained in:
@@ -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'
|
||||
),
|
||||
|
||||
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user