[Koha-patches] [PATCH] Bug 8934: Fix transport cost matrix help language

Nicole C. Engard nengard at bywatersolutions.com
Sat Oct 13 13:34:37 CEST 2012


The transport cost matrix has a typo (arbitrarymax) and the help
text could be worded better. This patch makes those changes.
---
 .../prog/en/modules/admin/transport-cost-matrix.tt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt
index 8d12419..e254282 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt
@@ -77,9 +77,9 @@ $(document).ready(function() {
             <input type="hidden" name="op" value="set-cost-matrix" />
             <div id="transport-cost-matrix">
                 <div class="help">
-                    <p>Costs are decimal values 0 to some arbitrarymax value (1 or 100), 0 being minimum (no) cost.</p>
-                    <p>Red cells signify no transfer allowed</p>
-                    <p>Click on the cell to edit</p>
+                    <p>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.</p>
+                    <p>Red cells signify no transfer allowed.</p>
+                    <p>Click on individual cells to edit.</p>
                 </div>
                 <ul class="errors" %]>
                 [% FOR e IN errors %]
-- 
1.7.2.3



More information about the Koha-patches mailing list