From 880d56ab070952d0b418d57dc2c7a6d47384d52d Mon Sep 17 00:00:00 2001 From: Hector Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> Date: Thu, 19 Mar 2015 21:39:49 -0600 Subject: [PATCH] [Signed-off] Bug 13878 - Typo in help file (aqbudgets.tt) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 <hector.hecaxmmx@gmail.com> Typo is fixed. Signed-off-by: Marc Véron <veron@veron.ch> --- 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 @@ <p>To add a new fund click the New button and then choose which Budget you would like to add the fund to.</p> -<p>In the form that appears you wan to enter the basics about your fund.</p> +<p>In the form that appears you want to enter the basics about your fund.</p> <p>The three first fields are required, the rest are optional</p> -- 1.7.10.4