From 112f4a179c1dc511550a04395815f637e272d50d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 19 Mar 2012 17:06:23 +0100 Subject: [PATCH] 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') Signed-off-by: Paul Poulain --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 4 ++-- 1 file 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 0eb0d02f33..550c132f03 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 %] -- 2.39.2