--- loncom/interface/lonpopulate.pm 2003/12/29 16:34:39 1.8 +++ loncom/interface/lonpopulate.pm 2004/01/15 01:47:21 1.9 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.8 2003/12/29 16:34:39 raeburn Exp $ +# $Id: lonpopulate.pm,v 1.9 2004/01/15 01:47:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -965,7 +965,7 @@ sub print_setdates_response { if ($currend == $autoend) { $response .= "The last date for automated enrollment has been left unchanged as $showend.
"; } else { - $response .= "The last date for enrollment has been left unchanged as $showend.
"; + $response .= "The last date for automated enrollment has been changed to $showend.
"; } # Generate message in case where old first access date was later than today, but new first access date is now today or earlier.