From 7fa326af89dd3e6d5bddbc1e826d63818371699f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Jun 2013 08:49:50 -0400 Subject: [PATCH] Bug 10414 - "Course Reserves" should be "Course reserves" in global "More" menu 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 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- koha-tmpl/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 9070aa47b7..58f721fea5 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 @@
  • Serials
  • [% END %] [% IF ( CAN_user_coursereserves ) %] -
  • Course Reserves
  • +
  • Course reserves
  • [% END %] [% IF ( CAN_user_reports ) %]
  • Reports
  • -- 2.20.1