// Translation for "Envio" in mail confirmation, and fixed spacing in order-carrier
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15460 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Shipping</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Envío</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
{foreach $delivery_option_list as $id_address => $option_list}
|
||||
<h3>
|
||||
{if isset($address_collection[$id_address])}
|
||||
{l s='Choose a shipping option for the address:'}{$address_collection[$id_address]->alias}
|
||||
{l s='Choose a shipping option for the address:'} {$address_collection[$id_address]->alias}
|
||||
{else}
|
||||
{l s='Choose a shipping option'}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user