From 089157e9685d2a841ee86ffc726e9df39cbd25d3 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Sat, 7 Oct 2017 22:36:11 +0200
Subject: [PATCH] Bug 14919: (follow-up) Fixing some typos and adding to pref
 description

- Adds 'holds' to pref description of intranetreadinghistory
- Fixes typo in link to holds history from patron account
- Changes reserve date to hold date in table heading

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc                 | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
index b0e40db..d34ff9f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
@@ -90,7 +90,7 @@
     [% END %]
     [% IF ( CAN_user_borrowers ) %]
         [% IF ( intranetreadinghistory ) %]
-            [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdsshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li>
+            [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li>
         [% END %]
     [% END %]
     [% IF ( CAN_user_parameters ) %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
index 3a95ba7..aadd15b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
@@ -77,7 +77,7 @@ Patrons:
            choices:
                yes: "Allow"
                no: "Don't allow"
-         - "staff to access a patron's checkout history (reading history is still stored, regardless of staff being allowed access or not)."
+         - "staff to access a patron's checkout and hold history (reading history is still stored, regardless of staff being allowed access or not)."
      -
          - The late fine for all checkouts will only go up to
          - pref: MaxFine
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt
index 1ac8e81..1a370ad 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt
@@ -55,7 +55,7 @@
         <th>Author</th>
         <th>Barcode</th>
         <th>Library</th>
-        <th class="title-string">Reserve date</th>
+        <th class="title-string">Hold date</th>
         <th class="title-string">Notification date</th>
         <th class="title-string">Reminder date</th>
         <th class="title-string">Expiration date</th>
-- 
2.1.4