--- loncom/interface/loncommon.pm 2006/12/11 21:16:32 1.491 +++ loncom/interface/loncommon.pm 2006/12/11 21:56:52 1.492 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.491 2006/12/11 21:16:32 albertel Exp $ +# $Id: loncommon.pm,v 1.492 2006/12/11 21:56:52 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -515,8 +515,8 @@ function setSect(sectionlist) { sub selectcourse_link { my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_; - return "".&mt('Select [_1]',$selecttype).""; + return "".&mt('Select Course').""; } sub check_uncheck_jscript {