--- loncom/homework/imagechoice.pm 2006/07/03 00:03:56 1.12 +++ loncom/homework/imagechoice.pm 2007/05/02 01:33:02 1.13 @@ -1,4 +1,4 @@ -# $Id: imagechoice.pm,v 1.12 2006/07/03 00:03:56 albertel Exp $ +# $Id: imagechoice.pm,v 1.13 2007/05/02 01:33:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -124,14 +124,14 @@ sub getcoord { $heading='Select Second Coordinate on Image'; #$nextstage=''; } else { - $heading='Select Finish to store selection.'; + $heading='Select Finish to save selection.'; $nextstage=''; } } elsif ($type eq 'polygon') { $heading='Enter Coordinate or click finish to close Polygon'; $nextstage=''; } elsif ($type eq 'point') { - $heading='Click to select a Coordinate or click Finish to store current selection.'; + $heading='Click to select a Coordinate or click Finish to save current selection.'; $nextstage=''; }