From f83c50b26468a55fe8a94e1175b6fad321b80c63 Mon Sep 17 00:00:00 2001 From: djfm Date: Thu, 7 Nov 2013 11:08:15 +0000 Subject: [PATCH] // one is one --- themes/default-bootstrap/manufacturer-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default-bootstrap/manufacturer-list.tpl b/themes/default-bootstrap/manufacturer-list.tpl index bdd996d7f..5b669e8a9 100644 --- a/themes/default-bootstrap/manufacturer-list.tpl +++ b/themes/default-bootstrap/manufacturer-list.tpl @@ -32,7 +32,7 @@ {if $nbManufacturers == 0}{l s='There are no manufacturers.'} {else} {if $nbManufacturers == 1} - {l s='There is %d brand' sprintf=$nbManufacturers} + {l s='There is 1 brand'} {else} {l s='There are %d brands' sprintf=$nbManufacturers} {/if}