From 10771ad913019ab10d38a40643d5d8969e5b5449 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Sun, 19 May 2013 18:56:00 +0200 Subject: [PATCH] Bug 10288 - Fix a tiny typo on "Pending offline circulation actions" To test: - Apply the patch - Go to /cgi-bin/koha/circ/circulation-home.pl - Verify that is says "There are no pending offline operations." - Sign off Or just have a look at the patch... --- .../prog/en/modules/offline_circ/list.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt index b155acc..f087168 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt @@ -117,7 +117,7 @@ [% ELSE %] -

There is no pending offline operations.

+

There are no pending offline operations.

[% END %] -- 1.7.9.5