[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 30 Jun 2006 01:11:05 -0000


albertel		Thu Jun 29 21:11:05 2006 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - add more words to make it clearer what is occuring,
  - remvoe the defualt of all since all isn't a number
    (BUG#4871)
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.448 loncom/interface/lonprintout.pm:1.449
--- loncom/interface/lonprintout.pm:1.448	Thu Jun 29 21:06:22 2006
+++ loncom/interface/lonprintout.pm	Thu Jun 29 21:11:04 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.448 2006/06/30 01:06:22 albertel Exp $
+# $Id: lonprintout.pm,v 1.449 2006/06/30 01:11:04 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2265,8 +2265,8 @@
        <choice computer="all">All assignments in a single PDF file</choice>
        <choice computer="sections">Each PDF contains exactly one section</choice>
        <choice computer="oneper">Each PDF contains exactly one assignment</choice>
-       <choice computer="usenumber" relatedvalue="NUMBER_TO_PRINT" relateddefault="all">
-            Specify Number:</choice>
+       <choice computer="usenumber" relatedvalue="NUMBER_TO_PRINT">
+            Specify the number of assignments per PDF:</choice>
     </choices>
     </state>
 RESOURCE_SELECTOR
@@ -2429,8 +2429,8 @@
        <choice computer="all">All assignments in a single PDF file</choice>
        <choice computer="sections">Each PDF contains exactly one section</choice>
        <choice computer="oneper">Each PDF contains exactly one assignment</choice>
-       <choice computer="usenumber" relatedvalue="NUMBER_TO_PRINT" relateddefault="all">
-           Specify Number:</choice>
+       <choice computer="usenumber" relatedvalue="NUMBER_TO_PRINT">
+           Specify the number of assignments per PDF:</choice>
     </choices>
     </state>
 RESOURCE_SELECTOR