[-] TR : #PSCFV-4027 : change string "tabs" by "Menus"...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17309 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-12 15:06:48 +00:00
parent a0bf4a30b9
commit 25c9cbdf6e
40 changed files with 128 additions and 124 deletions
@@ -204,7 +204,7 @@
<table class="table float" cellspacing="0" style="margin-right:50px" id="table_{$profile.id_profile}">
<tr>
<th class="center">
{l s='Tabs'}
{l s='Menus'}
</th>
<th class="center">
<input type="checkbox" name="1" id="viewall"
@@ -254,7 +254,7 @@
</tr>
{if !count($tabs)}
<tr>
<td colspan="6">{l s='No tab'}</td>
<td colspan="6">{l s='No menu'}</td>
</tr>
{else}
{foreach $tabs AS $tab}