[-] BO : #PSTEST-217 - Add a translation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12015 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-02 17:01:20 +00:00
parent a573f8c239
commit a812a474f6
2 changed files with 2 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ abstract class PaymentModuleCore extends Module
if (!$orderCreationFailed AND isset($order->id))
{
if (!$secure_key)
$message .= $this->l('Warning : the secure key is empty, check your payment account before validation');
$message .= Tools::displayError('Warning : the secure key is empty, check your payment account before validation');
// Optional message to attach to this order
if (isset($message) AND !empty($message))
{