From 37656c2df91b66d52da77ee061e43f6a62224268 Mon Sep 17 00:00:00 2001 From: djfm Date: Fri, 18 Oct 2013 08:20:20 +0000 Subject: [PATCH] // fixed improper English string for translation --- .../template/controllers/customers/helpers/view/view.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl index 73a3f68d4..d85cfd7dd 100644 --- a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl @@ -137,7 +137,7 @@
  • {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 @@ -{/block} \ No newline at end of file +{/block}