Bug 10288 - Fix a tiny typo on "Pending offline circulation actions"
authorMagnus Enger <magnus@enger.priv.no>
Sun, 19 May 2013 16:56:00 +0000 (18:56 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 20 May 2013 19:23:32 +0000 (12:23 -0700)
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...

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt

index b155acc..f087168 100644 (file)
 
         [% ELSE %]
 
-            <p>There is no pending offline operations.</p>
+            <p>There are no pending offline operations.</p>
 
         [% END %]