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}