From 011e9895e4f0c90ef131589a0db71bb8502f8318 Mon Sep 17 00:00:00 2001 From: Hector Eduardo Castro Avalos Date: Thu, 19 Mar 2015 21:39:49 -0600 Subject: [PATCH] Bug 13878 - Typo in help file (aqbudgets.tt) Test plan: 1) Go to url 'koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt:15' and check the typo "wan" or go to Administration > Acquisition parameters > Funds > Help 2) Apply the patch 3) Repeat step 1 and check if the typo is fixed. Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Eduardo Castro Avalos --- koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt index 2eed8d6..e48a45a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt @@ -12,7 +12,7 @@

To add a new fund click the New button and then choose which Budget you would like to add the fund to.

-

In the form that appears you wan to enter the basics about your fund.

+

In the form that appears you want to enter the basics about your fund.

The three first fields are required, the rest are optional

-- 1.7.10.4