[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 10 Oct 2006 02:18:50 -0000
albertel Mon Oct 9 22:18:50 2006 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
- BUG#5045
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.484 loncom/interface/lonprintout.pm:1.485
--- loncom/interface/lonprintout.pm:1.484 Tue Sep 5 11:41:09 2006
+++ loncom/interface/lonprintout.pm Mon Oct 9 22:18:50 2006
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.484 2006/09/05 15:41:09 albertel Exp $
+# $Id: lonprintout.pm,v 1.485 2006/10/10 02:18:50 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2383,7 +2383,7 @@
&Apache::lonxml::xmlparse($r, 'helper', <<CHOOSE_STUDENTS);
<state name="CHOOSE_STUDENTS" title="Select Students and Resources">
- <message><b>Select sort order</b> </message>
+ <message><b>Select sorting order of printout</b> </message>
<choices variable='student_sort'>
<choice computer='0'>Sort by section then student</choice>
<choice computer='1'>Sort by students across sections.</choice>