[LON-CAPA-cvs] cvs: loncom /homework bridgetask.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 10 Feb 2006 18:37:01 -0000
albertel Fri Feb 10 13:37:01 2006 EDT
Modified files:
/loncom/homework bridgetask.pm
Log:
- typo
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.106 loncom/homework/bridgetask.pm:1.107
--- loncom/homework/bridgetask.pm:1.106 Thu Feb 9 18:02:51 2006
+++ loncom/homework/bridgetask.pm Fri Feb 10 13:37:00 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: bridgetask.pm,v 1.106 2006/02/09 23:02:51 albertel Exp $
+# $Id: bridgetask.pm,v 1.107 2006/02/10 18:37:00 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -193,7 +193,7 @@
$result.='<td>'.' <input type="submit" name="reviewagrading" value="'.
&mt("Select an entry from the grading queue:").'" /> ';
- $result.= &mt("[_1] entries, [_2] ready, [_3] being graded",$entries,$ready,$locks);' </td></tr>'."\n";
+ $result.= &mt("[_1] entries, [_2] ready, [_3] being graded",$entries,$ready,$locks).' </td></tr>'."\n";
($entries,$ready,$locks)=&get_queue_counts('reviewqueue');
$result.='<tr><td>'.