From fc63c89322e0a13be692ba8061136b24335f91c9 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... Signed-off-by: Galen Charlton (cherry picked from commit 3e76b1ac71a9652c06ddac09d81dcef4e5adaddf) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit de32e8d6e849ecfc13d4635c776749f5b5d4ef3e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit de32e8d6e849ecfc13d4635c776749f5b5d4ef3e) --- koha-tmpl/intranet-tmpl/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 40c34464c4..6bf5f21ed4 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 @@ -116,7 +116,7 @@ [% ELSE %] -

There is no pending offline operations.

+

There are no pending offline operations.

[% END %] -- 2.39.5