Bug 24875: Remove extra punctuation from tools start page
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 13 Mar 2020 20:30:06 +0000 (20:30 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 Mar 2020 11:27:21 +0000 (11:27 +0000)
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 <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index 4074aa2..7b1bf98 100644 (file)
 <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 ) %]
     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
-    <dd>Moderate patron comments. </dd>
+    <dd>Moderate patron comments</dd>
     [% END %]
     
     [% IF ( CAN_user_tools_import_patrons ) %]
 
     [% 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 ) %]