From bb7333725f2bca286b38acdcb464db807665b968 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 1 Nov 2023 17:04:26 -0400 Subject: [PATCH] Bug 35221: TrackLastPatronActivityTriggers description is misleading This patch updates the description for the TrackLastPatronActivityTriggers system preference to specify that each time an action occurs, the date last seen is updated, as opposed to once per day. This patch also uniformizes the options and corrects terminology for checking in/returning. To test: 1. Apply patch 2. Go to Administration > System preferences 3. Search for TrackLastPatronActivityTriggers 4. Read the description, make sure it makes sense and the spelling and grammar are correct 5. Open the drop down of options, make sure the spelling and grammar are correct Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/patrons.pref | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index c981c66e73..395da97548 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -99,16 +99,16 @@ Patrons: 0: "Don't" - charge a fee when a patron changes to a category with an enrollment fee. - - - Select which patron activities should be tracked to signify patron activity. The first time each day that one of these activities occurs, borrowers.lastseen will update with the current date and time. + - Select which patron activities should be tracked to signify patron activity. Each time that one of these activities occurs, borrowers.lastseen will update with the current date and time. - pref: TrackLastPatronActivityTriggers multiple: - login: "Login" - connection: "Connection to Koha via SIP or ILSDI" + login: "Logging in" + connection: "Connecting to Koha via SIP or ILSDI" check_out: "Checking out an item" renewal: "Renewing an item" - check_in: "Returning an item" + check_in: "Checking in an item" hold: "Placing a hold on an item" - article: "Places an article request" + article: "Placing an article request" - - pref: AutoApprovePatronProfileSettings choices: -- 2.30.2