From 3f588f9137fc0bf7d1dfb76975bad0640c8b4157 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Sat, 13 Oct 2012 07:33:31 -0400 Subject: [PATCH] Bug 8934: Fix transport cost matrix help language 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() {
-

Costs are decimal values 0 to some arbitrarymax value (1 or 100), 0 being minimum (no) cost.

-

Red cells signify no transfer allowed

-

Click on the cell to edit

+

Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.

+

Red cells signify no transfer allowed.

+

Click on individual cells to edit.