This commit is contained in:
indesign47
2015-03-05 11:11:18 +01:00
parent 05c810a4ac
commit cef9f320da
+2 -2
View File
@@ -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');