From 11cd690b5a10ab79dc4d4c49f5a24a2fe4050adf Mon Sep 17 00:00:00 2001 From: Chris Nighswonger <cnighswonger@foundations.edu> Date: Mon, 7 May 2012 12:07:55 -0400 Subject: [PATCH] Bug 7977: Fixing captialization on the tools main page Content-Type: text/plain; charset="utf-8" http://koha-community.org Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Mason James <mtj@kohaaloha.com> --- .../prog/en/modules/tools/tools-home.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 3806965..3c8d641 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -93,7 +93,7 @@ [% END %] [% IF ( CAN_user_tools_edit_quotes ) %] - <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit Quotes for QOTD Feature</a></dt> + <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt> <dd>Quote editor for Quote-of-the-day feature in OPAC</dd> [% END %] -- 1.7.2.5