From d50edb9a8f8e458f8a009e2c7838d219aa3d1fd3 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. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain --- .../prog/en/modules/admin/transport-cost-matrix.tt | 6 +++--- 1 file 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 bb86938ae0..df1962c345 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.

    [% FOR e IN errors %] -- 2.20.1