From 0e703788b2a00bffd90fb8c87fd674113fde0f24 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 4 Nov 2009 13:10:28 -0800 Subject: [PATCH] Clarify how the insurance rate table works. --- lib/WebGUI/i18n/English/ShipDriver_USPS.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/ShipDriver_USPS.pm b/lib/WebGUI/i18n/English/ShipDriver_USPS.pm index 036ee49d2..d26941770 100644 --- a/lib/WebGUI/i18n/English/ShipDriver_USPS.pm +++ b/lib/WebGUI/i18n/English/ShipDriver_USPS.pm @@ -113,8 +113,8 @@ our $I18N = { }, 'insurance rates help' => { - message => q|Enter in one field per line with the format, value:cost.
value is the value of the contents.
cost is the cost of insurance at that value.
value and cost should look like numbers with a decimal point, like 0.50 or 1.00|, - lastUpdated => 1253988884, + message => q|Enter in one field per line with the format, value:cost.
value is the value of the contents.
cost is the cost of insurance at that value.
value and cost should look like numbers with a decimal point, like 0.50 or 1.00.
For values of contents inbetween points, use the next highest value. If the value of the contents exceeds the highest listed value, it will use the cost of insurance at the highest listed value.|, + lastUpdated => 1257369016, context => q|Help for the insurance rate field.|, },