From 59129930474f39ffcf4e38489e7ee030ebf9220d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 8 Aug 2018 20:28:29 +0000 Subject: [PATCH] Bug 20994: Fix capitaization "Save to Lists" On the OPAC result list, below each result, there is a link: "Save to Lists". Patch changes this to "Save to lists" following our capitalization rules. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index a091575..1363afd 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -529,7 +529,7 @@ [% END # if TagsInputEnabled %] [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && loggedinusername && ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] - Save to Lists + Save to lists [% END %] [% IF Koha.Preference( 'opacbookbag' ) == 1 %] -- 2.1.4