Bug 10859: (follow-up) improve wording
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 13 Mar 2014 11:36:21 +0000 (12:36 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Apr 2014 05:30:13 +0000 (05:30 +0000)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index 67cd73d..6282c0f 100644 (file)
@@ -342,7 +342,7 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - patrons to check out multiple items from the same biblio.
+            - patrons to check out multiple items from the same record, except for records with subscriptions.
     Checkin Policy:
         -
             - pref: BlockReturnOfWithdrawnItems
index f4ab807..afdc95d 100644 (file)
@@ -274,7 +274,7 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
 
 [% IF BIBLIO_ALREADY_ISSUED %]
   <li>
-    Borrower has already an issue on another item from this biblio.
+    Patron has already checked out another item from this record.
     [% IF CAN_user_circulate_force_checkout %]
       Check out anyway?
     [% END %]