[Koha-patches] [PATCH] Bug 5950 : Change planning value to statistic in acquisitsions consistency change: s/planning/statistic/

Chris Cormack chrisc at catalyst.net.nz
Fri Mar 25 02:05:34 CET 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 39e341a..f26f892 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