From 2caaf074503f4408ddd29559fede8cfba6440a02 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 6 Apr 2012 19:52:41 +0200 Subject: [PATCH] Bug 2780 - Follow up - Capitalize strings consistently (Staff client cart) Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/basket/sendbasketform.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt index 9bb433e45d..d0f7957b0f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog › Sending your cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your cart [% INCLUDE 'doc-head-close.inc' %] -- 2.20.1