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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to