From 484f091375160f9a7bd9baa4b279f0a3da9bf9ab Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 17 Sep 2012 07:10:10 +0000 Subject: [PATCH] [-] FO : fixed #PSCFV-4120 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17382 b9a71923-0436-4b27-9f14-aed3839534dd --- 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'}