// Fix incorrect translation strings in tpl

This commit is contained in:
tDidierjean
2011-11-23 21:33:13 +00:00
parent cb1d4ba6b8
commit 91f238a2cd
10 changed files with 23 additions and 21 deletions
+3 -3
View File
@@ -140,13 +140,13 @@
<td>
{if $option.is_best_grade}
{if $option.is_best_price}
<div class="delivery_option_best delivery_option_icon">{l s="The best price and grade"}</div>
<div class="delivery_option_best delivery_option_icon">{l s='The best price and grade'}</div>
{else}
<div class="delivery_option_fast delivery_option_icon">{l s="The faster"}</div>
<div class="delivery_option_fast delivery_option_icon">{l s='The faster'}</div>
{/if}
{else}
{if $option.is_best_price}
<div class="delivery_option_best_price delivery_option_icon">{l s="The best price"}</div>
<div class="delivery_option_best_price delivery_option_icon">{l s='The best price'}</div>
{/if}
{/if}
</td>