[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn@source.lon-capa.org
Wed, 31 Dec 2008 18:09:58 -0000
raeburn Wed Dec 31 18:09:58 2008 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Spelling.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.543 loncom/homework/grades.pm:1.544
--- loncom/homework/grades.pm:1.543 Wed Dec 24 07:04:58 2008
+++ loncom/homework/grades.pm Wed Dec 31 18:09:57 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.543 2008/12/24 07:04:58 raeburn Exp $
+# $Id: grades.pm,v 1.544 2008/12/31 18:09:57 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2094,7 +2094,7 @@
' )</span> ';
my $files=&get_submitted_files($udom,$uname,$partid,$respid,\%record);
if (@$files) {
- $lastsubonly.='<br /><span class="LC_warning">'.&mt('Like all files provided by users, this file may contain virusses').'</span><br />';
+ $lastsubonly.='<br /><span class="LC_warning">'.&mt('Like all files provided by users, this file may contain viruses').'</span><br />';
my $file_counter = 0;
foreach my $file (@$files) {
$file_counter++;