From cef9f320da031825564c84b166bda28b179b204c Mon Sep 17 00:00:00 2001 From: indesign47 Date: Thu, 5 Mar 2015 11:11:18 +0100 Subject: [PATCH] // follow up cf9b22d --- blocktopmenu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocktopmenu.php b/blocktopmenu.php index e14a54b..ea7dbaa 100644 --- a/blocktopmenu.php +++ b/blocktopmenu.php @@ -330,9 +330,9 @@ class Blocktopmenu extends Module $shop_info = null; if (Shop::getContext() == Shop::CONTEXT_SHOP) - $shop_info = sprintf($this->l('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 = sprintf($this->l('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');