From: Jason Stephenson Date: Sun, 21 Oct 2018 22:40:33 +0000 (-0400) Subject: Fix missing close paren on the same line as previous error. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd5b9b0a18f6086ba80471045043b95e0cf85e93;p=working%2FEvergreen.git Fix missing close paren on the same line as previous error. --- diff --git a/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 b/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 index 700d6d2576..1ee2ab82e5 100644 --- a/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 @@ -34,7 +34,7 @@ s.MARK_ITEM_RESTRICT_DELETE = '[% l("Item {{barcode}} is in a status with a copy s.MARK_ITEM_LAST_HOLD_COPY = '[% l("Item {{barcode}} is the last item to fill a hold.") %]'; s.MARK_ITEM_CONTINUE = '[% l("Do you wish to continue marking it {{status}}?") %]'; s.MARK_ITEM_CHECKIN_CONTINUE = '[% l("Do you wish to check it in and continue marking it {{status}}?") %]'; -s.MARK_ITEM_ABORT_CONTINUE = '[% l("Do you wish to abort the transit and continue marking it {{status}}?" %]'; +s.MARK_ITEM_ABORT_CONTINUE = '[% l("Do you wish to abort the transit and continue marking it {{status}}?") %]'; s.ABORT_TRANSIT_CONFIRM = '[% l("Cancel {{num_transits}} transits?") %]'; s.ROUTE_TO_HOLDS_SHELF = '[% l("Holds Shelf") %]'; s.ROUTE_TO_CATALOGING = '[% l("Cataloging") %]';