Bug 10513: (follow-up) use "checkin" rather than "check in"
authorGalen Charlton <gmc@esilibrary.com>
Mon, 16 Sep 2013 17:41:51 +0000 (17:41 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 16 Sep 2013 17:45:32 +0000 (17:45 +0000)
"Checkin" is by far more commonly used as an adjective than
"check in".

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
circ/returns.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt

index 3a235e9..93f36f2 100755 (executable)
@@ -225,7 +225,7 @@ if ($barcode) {
     # fix up item type for display
     $biblio->{'itemtype'} = C4::Context->preference('item-level_itypes') ? $biblio->{'itype'} : $biblio->{'itemtype'};
 
-    # Check if we should display a check in message, based on the the item
+    # Check if we should display a checkin message, based on the the item
     # type of the checked in item
     my $itemtype = C4::ItemType->get( $biblio->{'itemtype'} );
     if ( $itemtype->{'checkinmsg'} ) {
index bbb6923..860ed31 100644 (file)
@@ -229,11 +229,11 @@ Item types administration
                  <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% rentalcharge %]" />
          </li>
       <li>
-          <label for="checkinmsg">Check in message: </label>
+          <label for="checkinmsg">Checkin message: </label>
           <textarea id="checkinmsg" name="checkinmsg" cols="55" rows="5">[% checkinmsg %]</textarea>
       </li>
       <li>
-          <label for="checkinmsgtype">Check in message type: </label>
+          <label for="checkinmsgtype">Checkin message type: </label>
           <select type="text" id="checkinmsgtype" name="checkinmsgtype">
               [% IF ( checkinmsgtype == 'message' ) %]
               <option value="message" selected="selected">Message</option>
@@ -301,7 +301,7 @@ Item types administration
     <th>Description</th>
     <th>Not for loan</th>
     <th>Charge</th>
-    <th>Check in message</th>
+    <th>Checkin message</th>
     <th>Actions</th>
   </thead>
   [% FOREACH loo IN loop %]