[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
www
lon-capa-cvs@mail.lon-capa.org
Wed, 02 Aug 2006 20:49:55 -0000
www Wed Aug 2 16:49:55 2006 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Typo
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.473 loncom/interface/lonprintout.pm:1.474
--- loncom/interface/lonprintout.pm:1.473 Tue Aug 1 14:47:59 2006
+++ loncom/interface/lonprintout.pm Wed Aug 2 16:49:55 2006
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.473 2006/08/01 18:47:59 albertel Exp $
+# $Id: lonprintout.pm,v 1.474 2006/08/02 20:49:55 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2318,7 +2318,7 @@
if ($helper->{VARS}->{'assignment'}) {
push @{$printChoices}, [&mt("Selected <b>Problems</b> from folder <b><i>[_1]</i></b> for <b>selected students</b>",$sequenceTitle), 'problems_for_students', 'CHOOSE_STUDENTS'];
- push @{$printChoices}, [&mt("Selected <b>Problems</b> from folder <b><i>[_1]</i></b> for <b>CODEd assinments</b>",$sequenceTitle), 'problems_for_anon', 'CHOOSE_ANON1'];
+ push @{$printChoices}, [&mt("Selected <b>Problems</b> from folder <b><i>[_1]</i></b> for <b>CODEd assignments</b>",$sequenceTitle), 'problems_for_anon', 'CHOOSE_ANON1'];
}
# resource_selector will hold a few states that: