From 10771ad913019ab10d38a40643d5d8969e5b5449 Mon Sep 17 00:00:00 2001
From: Magnus Enger <magnus@enger.priv.no>
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 <intranet>/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 %]
 
-            <p>There is no pending offline operations.</p>
+            <p>There are no pending offline operations.</p>
 
         [% END %]
 
-- 
1.7.9.5