[-] FO : #PSCFV-2149 : Front office translations are connected width sprintf()

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15230 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-05-11 14:25:25 +00:00
parent 0b8e21fc01
commit 8fad7b9527
23 changed files with 153 additions and 294 deletions
@@ -63,8 +63,8 @@ class GuestTrackingControllerCore extends FrontController
$this->errors[] = Tools::displayError('There is no account associated with this e-mail address');
else if (Customer::customerExists($email, false, true))
{
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.
Please log-in to your customer account to view this order, this section is reserved for guest accounts');
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.').' '.
Tools::displayError('Please log-in to your customer account to view this order, this section is reserved for guest accounts');
$this->context->smarty->assign('show_login_link', true);
}
else if (!Validate::isLoadedObject($order))