@@ -, +, @@ mark in other files -Check that the space near to exclamation mark (!) is fixed --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -45,7 +45,7 @@ var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart"); var MSG_NRECORDS_IN_BASKET = _("%s already in your cart"); var MSG_NO_RECORD_SELECTED = _("No item was selected"); - var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart) !"); + var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart)!"); var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); var MSG_IN_YOUR_CART = _("Items in your cart: %s"); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt @@ -29,7 +29,7 @@ Return to issuing rules [% ELSE %] -

Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !

+

Use carefully! If the destination library already has issuing rules, they will be deleted without warning!

[% UNLESS ( frombranch ) %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -19,7 +19,7 @@ } if((form.checkbox[1].checked)){ if(!(form.date2.value)){ - alert(_("please enter a date !")); + alert(_("please enter a date!")); return false; } } --