Bug 10414 - "Course Reserves" should be "Course reserves" in global "More" menu
authorOwen Leonard <oleonard@myacpl.org>
Wed, 5 Jun 2013 12:49:50 +0000 (08:49 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 7 Jun 2013 15:23:22 +0000 (08:23 -0700)
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."

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index 9070aa4..58f721f 100644 (file)
@@ -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>