--- loncom/publisher/lonupload.pm 2013/07/09 21:35:06 1.65 +++ loncom/publisher/lonupload.pm 2013/12/04 17:29:44 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.65 2013/07/09 21:35:06 raeburn Exp $ +# $Id: lonupload.pm,v 1.66 2013/12/04 17:29:44 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -393,7 +393,7 @@ sub check_extension { if ($pathchg) { if ($mode eq 'testbank') { $returnflag = 'embedded'; - $result .= '

'.&mt('Or [_1]continue[_2] the testbank import without modifying the references(s).','','').'

'; + $result .= '

'.&mt('Or [_1]continue[_2] the testbank import without modifying the reference(s).','','').'

'; } } }