From 0779366942728784d9a06e0da133ec8229aa7d47 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 18 Mar 2013 15:50:30 +0000 Subject: [PATCH] [PASSED QA] Bug 9117 [Follow-up] Translatable string should be in double quotes Signed-off-by: Katrin Fischer All tests and QA script pass. Tests done: - Created several reports fresh and using the new duplicate feature. - Verified authorized values were created correctly and can be viewed from Administration > authorized values. - Checked tabs and limiting on subgroups works correctly. --- .../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 855fc36..330a7cd 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 @@ -76,7 +76,7 @@ $(document).ready(function(){ { 'bSearchable': false, 'aTargets': [3, 4] } ], 'oLanguage': { - 'sZeroRecords': _('No matching reports found') + 'sZeroRecords': _("No matching reports found") } })); -- 1.7.9.5