Bug 12562

Summary: Capitalization: 'Save Report' when saving a new SQL report
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: briann
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: bgkriegel, briann, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Patch to fix capitalisation on button
[SIGNED-OFF] Bug 12562: fix capitalisation of Save Report button
[PASSED QA] Bug 12562: fix capitalisation of Save Report button

Description Katrin Fischer 2014-07-12 11:24:52 UTC
Another easy one for a beginner or first patch:

- Reports > New SQL report
- 'Save Report' should be 'Save report'
Comment 1 briann 2014-07-25 02:20:11 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-07-25 22:04:03 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-27 21:21:59 UTC
Created attachment 30158 [details] [review]
[PASSED QA] Bug 12562: fix capitalisation of Save Report button

Test:
go to reports and then create report from SQL
the Save button has wrong capitalisaion of Report
add patch
refresh
should see button being Saved report

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described, no koha-qa errors

Brian, don't forget to assign the bug to yourself and set patch complexity :)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Small template change, no regressions found.
Comment 4 Tomás Cohen Arazi 2014-07-29 14:52:56 UTC
Patch pushed to master.

Thanks Brian, and congratulations for your first commit!