Changes "Checked uut today" to "Checked out today". To test: Um, just looking at the patch should be enough, I think? --- .../prog/en/modules/members/moremember-receipt.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt index 512f6d9..71fdc35 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt @@ -23,7 +23,7 @@ Checked out to [% firstname %] [% surname %] <br /> [% todaysdate %]<br /> [% IF ( quickslip ) %] -<h4>Checked uut today</h4> +<h4>Checked out today</h4> [% FOREACH issueloo IN issueloop %] [% IF ( issueloo.red ) %][% ELSE %] [% IF ( issueloo.today ) %] -- 1.7.2.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
