[*] TR : #PSCFV-3999 : change string "multishop" by "multistore" in BO

This commit is contained in:
lLefevre
2012-09-11 12:36:15 +00:00
parent a1634d777b
commit 213b7fa96e
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ echo '
if (Shop::isFeatureActive())
{
echo '<div class="multishop_toolbar">
<span class="text_multishop">'.translate('Multishop configuration for').'</span>'.
<span class="text_multishop">'.translate('Multistore configuration for').'</span>'.
Helper::renderShopList();
echo '</div>';
}
+1 -1
View File
@@ -232,7 +232,7 @@
{if $display_header && $is_multishop && $shop_list && ($multishop_context & Shop::CONTEXT_GROUP || $multishop_context & Shop::CONTEXT_SHOP)}
<div class="multishop_toolbar">
<span class="text_multishop">{l s='Multishop configuration for'}</span>
<span class="text_multishop">{l s='Multistore configuration for'}</span>
{$shop_list}
</div>
{/if}