--- loncom/homework/edit.pm	2003/06/10 18:39:08	1.55
+++ loncom/homework/edit.pm	2003/06/16 15:09:23	1.56
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.55 2003/06/10 18:39:08 albertel Exp $
+# $Id: edit.pm,v 1.56 2003/06/16 15:09:23 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -651,7 +651,7 @@ sub browse {
                                            $Apache::lonxml::curdepth);
     }
     my $result = <<"ENDBUTTON";
-<a href=\"javascript:openbrowser('$form','$element')\"\>Browse</a>
+<a href=\"javascript:openbrowser('$form','$element')\"\>Select</a>
 ENDBUTTON
     return $result;
 }