From 00a917a5a125e8101004142e751d80ea1aa2416a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 26 Feb 2021 13:33:15 +0200 Subject: [PATCH] Bug 25690: (follow-up) Correct grammar in warning messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the meaning of the warnings a bit more clear. Signed-off-by: Joonas Kylmälä --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt index a1c0e5f496..84da337218 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -32,7 +32,7 @@ Item is marked waiting at [% branchname | html %] for [% name | html %] ([% borrowernumber | html %]). [% END %] [% IF ( transferred ) %] - Item is attached to a hold and being transferred for [% name | html %] ([% borrowernumber | html %]). + Item has an hold and is in transit for [% name | html %] ([% borrowernumber | html %]). [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 4fe30d73ba..0fcce3ee13 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -148,7 +148,7 @@
  • This item is waiting for another patron.
  • [% END %] [% IF checkout_info.TRANSFERRED %] -
  • This item is on hold and being transferred to another patron.
  • +
  • This item is on hold and being transferred for another patron.
  • [% END %] [% IF checkout_info.PROCESSING %]
  • This item is on hold and being processed for another patron.
  • -- 2.11.0