Bug 6151 follow-up, fix HTML4 coding guideline
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 17 Sep 2012 17:24:45 +0000 (19:24 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 17 Sep 2012 17:24:45 +0000 (19:24 +0200)
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 674cf86..917855d 100644 (file)
@@ -88,7 +88,7 @@ $(document).ready(function () {
 
 
 [% IF ( wrongbranch ) %]
-<div class="dialog alert"><h3>Cannot Check In</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p>
+<div class="dialog alert"><h3>Cannot check in</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p>
 </div>
 [% END %]
 <!-- case of a mistake in transfer loop -->