From d09bd9ac2692b4ca2c350569c3c9f8618fee12d8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer <katrin.fischer.83@web.de> 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 --- koha-tmpl/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 @@ <dl> [% IF (CAN_user_tools_manage_patron_lists) %] <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a> - <dd>Manage lists of patrons.</dd> + <dd>Manage lists of patrons</dd> [% END %] [% IF (CAN_user_clubs) %] <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a> - <dd>Manage patron clubs..</dd> + <dd>Manage patron clubs</dd> [% END %] [% IF ( CAN_user_tools_moderate_comments ) %] @@ -207,12 +207,12 @@ [% IF ( CAN_user_tools_marc_modification_templates ) %] <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt> - <dd>Manage templates for modifying MARC records during import.</dd> + <dd>Manage templates for modifying MARC records during import</dd> [% END %] [% IF ( CAN_user_tools_stage_marc_import ) %] <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt> - <dd>Stage MARC records into the reservoir.</dd> + <dd>Stage MARC records into the reservoir</dd> [% END %] [% IF ( CAN_user_tools_manage_staged_marc ) %] -- 2.11.0