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 <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
7b667ab134
commit
7fa326af89
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
|
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% IF ( CAN_user_coursereserves ) %]
|
[% 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 %]
|
[% END %]
|
||||||
[% IF ( CAN_user_reports ) %]
|
[% IF ( CAN_user_reports ) %]
|
||||||
<li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
|
<li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
|
||||||
|
|
Loading…
Reference in a new issue