From 752ea3f8e60d227e0457a82bc7e1267fb15aff38 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Mon, 25 Mar 2024 17:13:08 +0000 Subject: [PATCH] Bug 31736: Editing 'All' to 'All checkouts' This patch edit the term 'All' to 'All checkouts', beacause All can have different genders depending on the used language ( in french All could mean 'tous for 'male-gendered' things and 'toutes' for 'female-gendered' things). 1. Apply patch 2. View the following pages --> The pages work (no errors) --> 'All' should be replace by 'All checkouts' --> No spelling errors in 'All checkouts' - Go to a patron profile who once took out a loan > Circulation history > 'All checkouts' in checkout tab --- koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt index ad95560967..d7fcafd05b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -144,7 +144,7 @@ [% IF Koha.Preference('OnSiteCheckouts') %] [% WRAPPER tabs id= "tabs" %] [% WRAPPER tabs_nav %] - [% WRAPPER tab_item tabname= "tab_all" bt_active= 1 %] All [% END %] + [% WRAPPER tab_item tabname= "tab_all" bt_active= 1 %] All checkouts [% END %] [% WRAPPER tab_item tabname= "tab_checkout" %] Checkouts [% END %] [% WRAPPER tab_item tabname= "tab_onsite_checkout" %] On-site checkouts [% END %] [% END # /WRAPPER tabs_nav %] -- 2.34.1