From ed37e33aa2399faba507664b99c3a1a0c7cd78ef Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 17 Sep 2012 07:10:10 +0000 Subject: [PATCH] [-] FO : fixed #PSCFV-4120 --- themes/default/mobile/manufacturer.tpl | 2 +- themes/default/mobile/supplier.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/mobile/manufacturer.tpl b/themes/default/mobile/manufacturer.tpl index fb727e664..ffe3b3b1b 100644 --- a/themes/default/mobile/manufacturer.tpl +++ b/themes/default/mobile/manufacturer.tpl @@ -55,7 +55,7 @@ {include file="./pagination.tpl"} {else} -

{l s='No new products.'}

+

{l s='No products for this manufacturer.'}

{/if} {include file='./sitemap.tpl'} diff --git a/themes/default/mobile/supplier.tpl b/themes/default/mobile/supplier.tpl index fb023fec5..2905ab26e 100644 --- a/themes/default/mobile/supplier.tpl +++ b/themes/default/mobile/supplier.tpl @@ -54,7 +54,7 @@ {include file="./pagination.tpl"} {else} -

{l s='No new products.'}

+

{l s='No products for this supplier.'}

{/if} {include file='./sitemap.tpl'}