From 2be5568d2cece80ddda3becc90083c41bcb80755 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Tue, 10 May 2011 14:28:13 -0400 Subject: [PATCH] Bug 6330 - Change hold language from 'until' to 'since' Content-Type: text/plain; charset="utf-8" Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index b5761bc..58c6fa5 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -398,7 +398,7 @@ $.tablesorter.addParser({ [% IF ( RESERVE.wait ) %] [% IF ( RESERVE.atdestination ) %] [% IF ( RESERVE.found ) %] - Item waiting at [% RESERVE.wbrname %][% IF ( RESERVE.formattedwaitingdate ) %] until [% RESERVE.formattedwaitingdate %][% END %] + Item waiting at [% RESERVE.wbrname %][% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.formattedwaitingdate %][% END %] [% ELSE %] Item waiting to be pulled from [% RESERVE.wbrname %] -- 1.5.6.5