From 9d9118751f0842f91f409c5b5d7123deb1f06f99 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 26 Apr 2019 14:52:39 +0100 Subject: [PATCH] Bug 22783: Make 'OPAC News' string translatable The idea was to use an anonymous block Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 1d36f44e86..45afb8006e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -281,7 +281,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %] [% FOREACH location IN [ '', 'OpacNavRight' ] %] [% IF ( location == '' ) %] [% SET location_lang = lang_lis.language %] - [% SET location = "OPAC news" %] + [% SET location = BLOCK %]OPAC news[% END %] [% ELSE %] [% SET location_lang = location _ "_" _ lang_lis.language %] [% END %] -- 2.11.0