@@ -, +, @@ - Check the tools start page for ending . in the notes - Apply patch - Verify the punctuation is now consistent --- .../intranet-tmpl/prog/en/modules/tools/tools-home.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ a/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 ) %] --