From 1e1f9be1ee5ab81a69840c79f3074ddb939edb58 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 --- .../intranet-tmpl/prog/en/modules/tools/tools-home.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 9b2e257326..5f6db74647 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,12 +21,12 @@
[% 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 ) %] @@ -207,12 +207,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.17.1