--- loncom/interface/lonmodifycourse.pm 2015/03/07 23:17:15 1.75 +++ loncom/interface/lonmodifycourse.pm 2015/03/23 13:03:32 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # handler for DC-only modifiable course settings # -# $Id: lonmodifycourse.pm,v 1.75 2015/03/07 23:17:15 raeburn Exp $ +# $Id: lonmodifycourse.pm,v 1.76 2015/03/23 13:03:32 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1711,7 +1711,7 @@ sub modify_postsubmit_config { ); my $putreply = &Apache::lonnet::put('environment',\%cenv,$cdom,$cnum); if ($putreply eq 'ok') { - $r->print(&mt('Submit buttin will not be disabled after student submission')); + $r->print(&mt('Submit button will not be disabled after student submission')); } else { $r->print($lt{'erro'}); }