From 218137aa2645120ac45391cb36f92691d9a17bf2 Mon Sep 17 00:00:00 2001
From: Paul POULAIN <paul.poulain@biblibre.com>
Date: Mon, 4 Apr 2011 20:40:32 +1200
Subject: [PATCH] Bug 5951 : consistency change: s/planning/statistic/
Content-Type: text/plain; charset="utf-8"

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
---
 .../prog/en/modules/admin/aqbudgets.tmpl           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
index fbf66e0..64e9389 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
@@ -328,7 +328,7 @@
     </li>
 
     <li>
-    <label  style="white-space: nowrap;" for="authorised_value_category1">Planning Category1: </label>
+    <label  style="white-space: nowrap;" for="authorised_value_category1">Statistic 1 done on: </label>
         <select name="sort1_authcat" id="authorised_value_category1">
             <option value=""></option>
             <!-- TMPL_LOOP name="authorised_value_categories1" -->
@@ -345,7 +345,7 @@
         </select>
     </li>
     <li>
-    <label  style="white-space: nowrap;" for="authorised_value_category2">Planning Category2: </label>
+    <label  style="white-space: nowrap;" for="authorised_value_category2">Statistic 2 done on: </label>
         <select name="sort2_authcat" id="authorised_value_category2">
             <option value=""></option>
             <!-- TMPL_LOOP name="authorised_value_categories2" -->
-- 
1.7.1