From 87429fb1a6b7433317b398d152580f74ca7033ac Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Wed, 18 Mar 2015 23:31:42 +0100
Subject: [PATCH] [Signed-off] Bug 13869: Wrong capitalization of 'Save
Report' in guided reports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
On the last step of saving a new guided report to the database,
the button is labelled 'Save Report', but should be 'Save report'.
To test:
- Create a new guided report from the reports page
- Check on the very last step, when saving the report to the
database, the button is labelled 'Save Report'
- With the patch applied, this reads 'Save report' instead
http://bugs.koha-community.org/show_bug.cgi?id=13868
Works as expected.
Signed-off-by: Marc VĂ©ron
---
.../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 24b7f78..d2420a0 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
@@ -697,7 +697,7 @@ canned reports and writing custom SQL reports.
+
[% END %]
--
1.7.10.4