Correcting "Open" to read "Free" on shelves.pl in order to match pull-down selections
authorChris Nighswonger <crn@arwen.metavore.com>
Fri, 6 Jun 2008 02:48:03 +0000 (21:48 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 9 Jun 2008 11:37:58 +0000 (06:37 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl

index 6610ba2..f2538f2 100644 (file)
@@ -253,7 +253,7 @@ $(document).ready(function(){
         <div class="help"><ul>
             <li>A <b>Private</b> List is managed by you and can be seen only by you.</li>
             <li> A <b>Public</b> List can be seen by everybody, but managed only by you.</li>
-            <li> An <b>Open</b> List can be seen and managed by everybody.</li>
+            <li> A <b>Free</b> List can be seen and managed by everybody.</li>
         </ul></div>
     </div>
 </div>