// changed English strings, especially focusing on colons harmonization

This commit is contained in:
fram
2013-03-12 19:39:30 +01:00
parent 09afe53452
commit 77efe4c04e
590 changed files with 6160 additions and 7064 deletions
+2 -2
View File
@@ -41,10 +41,10 @@ class PdfOrderSlipControllerCore extends FrontController
$this->order_slip = new OrderSlip($_GET['id_order_slip']);
if (!isset($this->order_slip) || !Validate::isLoadedObject($this->order_slip))
die(Tools::displayError('Order return not found'));
die(Tools::displayError('Order return not found.'));
else if ($this->order_slip->id_customer != $this->context->customer->id)
die(Tools::displayError('Order return not found'));
die(Tools::displayError('Order return not found.'));
}