From e996eeeed1aa0b157b79912e8293e986952cdb50 Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Sun, 19 May 2013 00:14:39 +0200 Subject: [PATCH] [-] Translations: .. instead of . --- controllers/front/AuthController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/front/AuthController.php b/controllers/front/AuthController.php index 08b92c1aa..e218feb83 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -472,7 +472,7 @@ class AuthControllerCore extends FrontController Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? url_encode($this->authRedirection) : 'my-account')); } else - $this->errors[] = Tools::displayError('An error occurred while creating your account..'); + $this->errors[] = Tools::displayError('An error occurred while creating your account.'); } } @@ -545,7 +545,7 @@ class AuthControllerCore extends FrontController else $customer->is_guest = 0; if (!$customer->add()) - $this->errors[] = Tools::displayError('An error occurred while creating your account..'); + $this->errors[] = Tools::displayError('An error occurred while creating your account.'); else { $address->id_customer = (int)$customer->id;