[Koha-patches] [PATCH] Bug 5951 : consistency change: s/planning/statistic/

Chris Cormack chrisc at catalyst.net.nz
Mon Apr 4 10:40:32 CEST 2011


From: Paul POULAIN <paul.poulain at biblibre.com>

---
 .../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



More information about the Koha-patches mailing list