From 630ed20cdf4f0249b9e35f12ba9d9fa16e48f21e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 19 Mar 2012 17:06:23 +0100 Subject: [PATCH] [PASSED QA] Bug 7746: "No Public Lists." not translatable. I applied the patch and did a translate update / translate install. No public lists is now surrounded by P-tags as expected. Signed-off-by: mveron Signed-off-by: Ian Walls QA Comment: fixed small typo ('pists' instead of 'lists') --- .../prog/en/modules/virtualshelves/shelves.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 0eb0d02..550c132 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -386,7 +386,7 @@ function placeHold () { [% END %] [% ELSE %] -

No Private Lists.

+

No private lists.

[% END %] @@ -434,7 +434,7 @@ function placeHold () { [% END %] [% ELSE %] - [% IF ( showpublicshelves ) %]No Public Lists.[% END %] + [% IF ( showpublicshelves ) %]

No public lists.

[% END %] [% END %] -- 1.7.0.4