From 5a436b64c3d20f5c44ec2ea70d34f749cf64a238 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Mon, 23 May 2016 07:48:10 +0200 Subject: [PATCH] Bug 16534: (followup) Correct tiny typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch corrects "...must be return..." to "must be returned..." Signed-off-by: Kyle M Hall (cherry picked from commit fe02c9fdf0550caf0b9a7e0f4b1138260c94abc9) Signed-off-by: Frédéric Demians (cherry picked from commit b067e2803bd46672309b2586dd3da25ab4906454) Signed-off-by: Julian Maurice --- 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 c0d88c77d4..5d79863b01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -519,7 +519,7 @@ $(document).ready(function() { [% END %] [% IF RETURN_IMPOSSIBLE %] -
  • This item must be return to [% Branches.GetName( branch_to_return ) %].
  • +
  • This item must be returned to [% Branches.GetName( branch_to_return ) %].
  • [% END %] [% IF ( USERBLOCKEDWITHENDDATE ) %] -- 2.39.5