From 702896d0618f58dda8ca96de4c59cb1025d3fc40 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 13 Sep 2012 18:08:38 +0200 Subject: [PATCH] Bug 7968 follow-up typo fixes * changing "export" to "export checkouts", will differentiate better for translation * fixing english typo in alert when csv profile is not defined --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 48d65712f0..c95002d4be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -177,7 +177,7 @@ function initExportButton() { ]; new YAHOO.widget.Button({ type: "menu", - label: _("Export"), + label: _("Export checkouts"), name: "exportmenubutton", menu: exportmenu, container: "exportmenuc" @@ -206,7 +206,7 @@ function export_submit(format) { $("#dont_export_item").val(1); } else { [% UNLESS ( export_with_csv_profile ) %] - alert(_("You must defined a csv profile for export (in tools>CSV export profiles) and filled the ExportWithCsvProfile system preference")); + alert(_("You must define a csv profile for export (in tools>CSV export profiles) and fill the ExportWithCsvProfile system preference")); return false; [% END %] } -- 2.20.1