From aa042498b766f5edbe9d17e60fd26e3b1bf68b70 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 13 Mar 2020 20:30:06 +0000 Subject: [PATCH] Bug 24875: Remove extra punctuation from tools start page The patron clubs note was ending with .., but patch also removed some single . to be consistent with the majority of entries on the tools page. To test: - Check the tools start page for ending . in the notes - Apply patch - Verify the punctuation is now consistent Signed-off-by: Bernardo Gonzalez Kriegel Bug 24875: (follow-up) Remove ending . from Comments Removes another extra ending . from the Comments section of the tools start page. Signed-off-by: Jonathan Druart Patches squashed --- .../intranet-tmpl/prog/en/modules/tools/tools-home.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 4074aa2190..7b1bf98c3b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -21,17 +21,17 @@
[% IF (CAN_user_tools_manage_patron_lists) %]
Patron lists -
Manage lists of patrons.
+
Manage lists of patrons
[% END %] [% IF (CAN_user_clubs) %]
Patron clubs -
Manage patron clubs..
+
Manage patron clubs
[% END %] [% IF ( CAN_user_tools_moderate_comments ) %]
Comments [% IF ( pendingcomments ) %][% pendingcomments | html %][% END %]
-
Moderate patron comments.
+
Moderate patron comments
[% END %] [% IF ( CAN_user_tools_import_patrons ) %] @@ -212,12 +212,12 @@ [% IF ( CAN_user_tools_marc_modification_templates ) %]
MARC modification templates
-
Manage templates for modifying MARC records during import.
+
Manage templates for modifying MARC records during import
[% END %] [% IF ( CAN_user_tools_stage_marc_import ) %]
Stage MARC records for import
-
Stage MARC records into the reservoir.
+
Stage MARC records into the reservoir
[% END %] [% IF ( CAN_user_tools_manage_staged_marc ) %] -- 2.20.1