--- loncom/interface/loncommon.pm 2007/07/30 00:31:28 1.556 +++ loncom/interface/loncommon.pm 2007/07/31 18:22:02 1.557 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.556 2007/07/30 00:31:28 raeburn Exp $ +# $Id: loncommon.pm,v 1.557 2007/07/31 18:22:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5740,7 +5740,7 @@ $srchinsel
END_BLOCK if ($forcenewuser) { - $output .= ''.&mt('Make new user if no match found: ').''.&mt('Yes').'  '.&mt('No').'
'; + $output .= ''.&mt('Make new user if no match found: ').'  
'; } return $output; }