From cec6bdf6697091f4983210c96e59c6094daff116 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> Date: Mon, 4 May 2015 11:17:46 +0200 Subject: [PATCH] Bug 14128 - Capitalization: Guided Reports - step 2 - Build A Report Content-Type: text/plain; charset=utf-8 To verify and test: Go to Home > Reports Click on 'Build new' Verify that the title in Step 1 and to display with correct capitalization Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 95f0b70..068bed8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -446,7 +446,7 @@ canned reports and writing custom SQL reports.</p> [% IF ( build2 ) %] -<h1>Build A Report</h1> +<h1>Build a report</h1> <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> <input type="hidden" name="area" value="[% area %]" /> <input type="hidden" name="public" value="[% public %]" /> -- 1.7.10.4