// changed English strings, especially focusing on colons harmonization
This commit is contained in:
@@ -44,7 +44,7 @@ class AdminDeliverySlipControllerCore extends AdminController
|
||||
),
|
||||
'PS_DELIVERY_NUMBER' => array(
|
||||
'title' => $this->l('Delivery number:'),
|
||||
'desc' => $this->l('The next delivery slip will begin with this number, and then increase with each additional slip'),
|
||||
'desc' => $this->l('The next delivery slip will begin with this number and then increase with each additional slip.'),
|
||||
'size' => 6,
|
||||
'cast' => 'intval',
|
||||
'type' => 'text'
|
||||
@@ -111,7 +111,7 @@ class AdminDeliverySlipControllerCore extends AdminController
|
||||
if (count(OrderInvoice::getByDeliveryDateInterval(Tools::getValue('date_from'), Tools::getValue('date_to'))))
|
||||
Tools::redirectAdmin($this->context->link->getAdminLink('AdminPdf').'&submitAction=generateDeliverySlipsPDF&date_from='.urlencode(Tools::getValue('date_from')).'&date_to='.urlencode(Tools::getValue('date_to')));
|
||||
else
|
||||
$this->errors[] = Tools::displayError('No delivery slip found for this period');
|
||||
$this->errors[] = Tools::displayError('No delivery slip was found for this period.');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user