From c01c7dcdfe6eeb09619d2cea1e78f240233f3da9 Mon Sep 17 00:00:00 2001
From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Date: Thu, 22 Jun 2023 14:53:36 -0400
Subject: [PATCH] Bug 33828: ExportCircHistory description is misleading

This patch removes the mention of checkout history from the
ExportCircHistory system preference description, as this system
preference only allows to export current checkouts, not checkout
history.

This patch also modifies the description of the ExportRemoveFields
system preference to also remove mention of checkout history.

To test:
0. Apply patch
1. Go to Administration > System preferences > Circulation
2. Read the description for ExportCircHistory, make sure it makes sense,
   and that spelling and syntax are correct
3. Read the description for ExportRemoveFields, make sure it makes
   sense, and that spelling and syntax are correct

Signed-off-by: Sam Lau <samalau@gmail.com>
---
 .../prog/en/modules/admin/preferences/circulation.pref        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index ffe8481869..b9f9167326 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -140,9 +140,9 @@ Circulation:
               choices:
                   1: Show
                   0: "Don't show"
-            - the export patron checkout history options.
+            - the option to export patron checkouts.
         -
-            - "The following fields should be excluded from the patron checkout history CSV or MARC (ISO 2709) export:"
+            - "The following fields should be excluded from the patron checkout CSV or MARC (ISO 2709) export:"
             - pref: ExportRemoveFields
             - (separate fields with space, e.g. 100a 200b 300c).
         -
-- 
2.30.2