--- loncom/homework/structuretags.pm 2003/07/07 07:32:16 1.193 +++ loncom/homework/structuretags.pm 2003/07/10 06:17:41 1.194 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.193 2003/07/07 07:32:16 www Exp $ +# $Id: structuretags.pm,v 1.194 2003/07/10 06:17:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1090,7 +1090,8 @@ sub start_simpleeditbutton { (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { my $url=$ENV{'REQUEST_URI'}; $url=~s/\?.*$//; - $result='Edit
'; + $result='
'. + 'Simple Problem Editor - Note: it can take up to 10 minutes for changes to take effect for all users.

'; } return $result; }