// Fix update english key of translations in all files

This commit is contained in:
lLefevre
2012-03-14 12:25:51 +00:00
parent d93eff8834
commit c21bef2acf
553 changed files with 17474 additions and 20745 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ abstract class PaymentModuleCore extends Module
if (!$order_creation_failed & isset($order->id))
{
if (!$secure_key)
$message .= '<br />'.Tools::displayError('Warning : the secure key is empty, check your payment account before validation');
$message .= '<br />'.Tools::displayError('Warning: the secure key is empty, check your payment account before validation');
// Optional message to attach to this order
if (isset($message) & !empty($message))
{