From cf9b22dbc9cb245546740bc3982dffe743a801bd Mon Sep 17 00:00:00 2001 From: indesign47 Date: Mon, 23 Feb 2015 10:08:17 +0100 Subject: [PATCH] [-] MO : blocktopmenu -> missing translations --- blocktopmenu.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blocktopmenu.php b/blocktopmenu.php index aff0de3..3a0a7c4 100644 --- a/blocktopmenu.php +++ b/blocktopmenu.php @@ -1,6 +1,6 @@ -* @copyright 2007-2014 PrestaShop SA +* @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ @@ -330,9 +330,9 @@ class Blocktopmenu extends Module $shop_info = null; if (Shop::getContext() == Shop::CONTEXT_SHOP) - $shop_info = $this->l(sprintf('The modifications will be applied to shop: %s', $this->context->shop->name)); + $shop_info = sprintf($this->l('The modifications will be applied to shop: %s', $this->context->shop->name)); else if (Shop::getContext() == Shop::CONTEXT_GROUP) - $shop_info = $this->l(sprintf('The modifications will be applied to this group: %s', Shop::getContextShopGroup()->name)); + $shop_info = sprintf($this->l('The modifications will be applied to this group: %s', Shop::getContextShopGroup()->name)); else $shop_info = $this->l('The modifications will be applied to all shops');