--- loncom/homework/inputtags.pm 2010/08/08 02:00:50 1.267 +++ loncom/homework/inputtags.pm 2010/08/23 03:05:12 1.268 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.267 2010/08/08 02:00:50 raeburn Exp $ +# $Id: inputtags.pm,v 1.268 2010/08/23 03:05:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -484,7 +484,7 @@ sub file_selector { my $current_files_display = ¤t_file_submissions($part,$id); my $addfiles; if ($current_files_display) { - $result .= &Apache::lonhtmlcommon::row_title(&mt('Currently submitted files:')). + $result .= &Apache::lonhtmlcommon::row_title(&mt('Currently submitted files')). $current_files_display. &Apache::lonhtmlcommon::row_closure(); $addfiles = &mt('Submit other file(s)');