[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 05 Sep 2007 00:56:57 -0000
albertel Tue Sep 4 20:56:57 2007 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
- rewording error message in an attempt to be clearer
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.507 loncom/interface/lonprintout.pm:1.508
--- loncom/interface/lonprintout.pm:1.507 Tue Aug 28 20:55:37 2007
+++ loncom/interface/lonprintout.pm Tue Sep 4 20:56:55 2007
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.507 2007/08/29 00:55:37 albertel Exp $
+# $Id: lonprintout.pm,v 1.508 2007/09/05 00:56:55 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2235,7 +2235,7 @@
sub { return ($_[0]->is_map() && $_[0]->randomorder); };
my @matches = $navmap->retrieveResources($res, $func,1,1,1);
if (@matches) {
- $message = "Some folders are set to be randomly ordered. When printing the contents of these folders will be printed in the original order for all students.";
+ $message = "Some of the items below are in folders set to be randomly ordered. However, when printing the contents of these folders, they will be printed in the original order for all students, not the randomized order.";
}
}
if ($message) {