[Koha-patches] [PATCH] Bug 10414 - "Course Reserves" should be "Course reserves" in global "More" menu

Owen Leonard oleonard at myacpl.org
Wed Jun 5 14:55:08 CEST 2013


The global "More" menu lists "Course Reserves," which is incorrectly
capitalized. This patch changes it to "Course reserves."

To test, apply the patch and view any page in the staff client. When you
click the "More" menu item the link should read "Course reserves."
---
 .../intranet-tmpl/prog/en/includes/header.inc      |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
index 9070aa4..58f721f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
@@ -25,7 +25,7 @@
                             <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
                             [% END %]
                             [% IF ( CAN_user_coursereserves ) %]
-                            <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a></li>
+                            <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li>
                             [% END %]
                             [% IF ( CAN_user_reports ) %]
                             <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
-- 
1.7.9.5


More information about the Koha-patches mailing list