// fixed improper English string for translation

This commit is contained in:
djfm
2013-10-18 08:20:20 +00:00
parent fc896f6a48
commit 37656c2df9
@@ -137,7 +137,7 @@
<li>
{l s='Age:'}
{if isset($customer->birthday)}
{$customer_stats['age']} {l s='years old'} ({l s='Birth date:'} {$customer_birthday})
{l s='%d years old' sprintf=[$customer_stats['age']]} ({l s='Birth date:'} {$customer_birthday})
{else}
{l s='Unknown'}
{/if}
@@ -625,4 +625,4 @@
</div>
</div>
</div>
{/block}
{/block}