From 48a566b2652a66830f81cf8f4d288854b853eec8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 10 Jun 2015 00:11:19 +0200 Subject: [PATCH] Bug 11458: Improve confusing description of syspref 'gist' The description of "gist" was: "Default tax rates are ... (enter in numeric form, 0.12 for 12%. First is the default. If you want more than 1 value, please separate with |) " The doubled use of "default" is confusing here. With the patch it reads: Tax rates are ... Enter in numeric form, 0.12 for 12%. The first item in the list will be selected by default. For more than one value, separate with | (pipe) To test: - Verify that the gist system preference description is correct. The use of "default" is confusing here. Signed-off-by: Aleisha --- .../prog/en/modules/admin/preferences/acquisitions.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 2babbad..b52b5a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -33,9 +33,9 @@ Acquisitions: US: 360,000.00 (US) FR: 360 000,00 (FR) - - - Default tax rates are + - Tax rates are - pref: gist - - (enter in numeric form, 0.12 for 12%. First is the default. If you want more than 1 value, please separate with |) + - . Enter in numeric form, 0.12 for 12%. The first item in the list will be selected by default. For more than one value, separate with | (pipe). - - pref: AcqWarnOnDuplicateInvoice choices: -- 1.7.10.4