// Translation for "Envio" in mail confirmation, and fixed spacing in order-carrier

This commit is contained in:
jObregon
2012-05-19 19:56:15 +00:00
parent c48fbdde9d
commit 29933ad43b
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}