Bug 6739: (follow-up) tweak wording
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 02:12:40 +0000 (02:12 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 02:19:18 +0000 (02:19 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt

index 40898ad..6a64c01 100644 (file)
                 <option value="0"> Don't block </option>
             [% END %]
         </select>
-        Should patrons of this category be blocked from opac actions such as renew and reserve when their cards have expired.
+        <span>
+            Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired.   
+        </span>
     </li>
     </ol>
 </fieldset>
index f16c006..428f569 100644 (file)
@@ -535,7 +535,7 @@ OPAC:
               choices:
                 yes: "Block"
                 no: "Don't block"
-            - expired patrons from opac actions such as placing a hold or renew, the setting for a patron category takes priority over this
+            - expired patrons from OPAC actions such as placing a hold or renewing.  Note that the setting for a patron category takes priority over this system preference.
 
     Privacy:
         -
index ffcac2f..e639c17 100644 (file)
@@ -65,7 +65,7 @@
                         <div class="dialog alert">
                             <strong>Please note:</strong>
                             <span>
-                                Your account renewal failed because of the following:
+                                Your loan renewal failed because of the following reason(s):
                                 [% FOREACH error IN RENEW_ERROR.split('\|') %]
                                     [% IF error == 'card_expired' %]
                                         Your account has expired. Please contact the library for more information.
index 3bf227d..445d4c7 100644 (file)
@@ -108,7 +108,7 @@ var MSG_CONFIRM_RESUME_HOLDS  = _("Are you sure you want to resume all suspended
         <div class="dialog alert">
                 <strong>Please note:</strong>
                 <span>
-                    Your account renewal failed because of the following:
+                    Your loan renewal failed because of the following reason(s):
                     [% FOREACH error IN RENEW_ERROR.split('\|') %]
                         [% IF error == 'card_expired' %]
                             Your account has expired. Please contact the library for more information.