From 4be1dfd62357e9c0745673c34dd50001c99d6ee4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 27 Apr 2016 14:49:36 +0200 Subject: [PATCH] Bug 11565: QA Follo-up: Improve translatability of 'not shortened' message Mark-up inside sentences splits them of up for translation, so it's better to only highlight full sentences for easier translation. Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 30f606c9e7..633cc0dad9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -214,7 +214,7 @@ $(document).ready(function() { [% END %] [% IF alert.HIGHHOLDS %] -
High demand item. Loan period not shortened to [% alert.HIGHHOLDS.duration %] days (due [% alert.HIGHHOLDS.returndate %]) due to override.
+
High demand item. Loan period was not shortened due to override. Shortened due date would have been [% alert.HIGHHOLDS.returndate %] ([% alert.HIGHHOLDS.duration %] days).
[% END %] [% IF ( NEEDSCONFIRMATION ) %] -- 2.11.4.GIT