// 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:
jObregon
2012-05-19 19:56:15 +00:00
parent 87b11b5a89
commit e1fa585f43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
<td>&nbsp;</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&iacute;o</td>
</tr>
<tr>
<td>&nbsp;</td>
+1 -1
View File
@@ -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}