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

faziophi faziophi@source.lon-capa.org
Thu, 07 Jan 2010 18:43:32 -0000


This is a MIME encoded message

--faziophi1262889812
Content-Type: text/plain

faziophi		Thu Jan  7 18:43:32 2010 EDT

  Modified files:              
    /loncom/interface	courseprefs.pm 
  Log:
  -- Simplifying language where possible without changing meaning
  -- Consistent capitalization amongst header categories
  -- Bolding options in "Languages & Time Localization", to match others
  
  
--faziophi1262889812
Content-Type: text/plain
Content-Disposition: attachment; filename="faziophi-20100107184332.txt"

Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.16 loncom/interface/courseprefs.pm:1.17
--- loncom/interface/courseprefs.pm:1.16	Thu Jan  7 18:21:25 2010
+++ loncom/interface/courseprefs.pm	Thu Jan  7 18:43:32 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.16 2010/01/07 18:21:25 faziophi Exp $
+# $Id: courseprefs.pm,v 1.17 2010/01/07 18:43:32 faziophi Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -115,15 +115,15 @@
         %lt = (
                 conf => 'Course Configuration',
                 edit => 'Edit Course Configuration',
-                gens => 'General course settings',
-                idnu => 'Course ID or number',
-                desc => 'Course Description',
+                gens => 'General Settings',
+                idnu => 'ID/Number',
+                desc => 'Title',
                 catg => 'Categorize course',
                 excc => 'Exclude from course catalog',
                 clon => 'Users allowed to clone course',
                 rept => 'Replacement titles for standard course roles',
-                time => 'Timezone in which the course takes place',
-                date => 'Locale used for course calendar',
+                time => 'Timezone',
+                date => 'Calendar Locale',
                 coco => 'Course Content',
                 copo => 'Course Policy',
                 priv => 'Domain Coordinators in course',
@@ -164,33 +164,33 @@
                      header => [{col1 => 'Setting',
                                  col2 => 'Value'}],
                      ordered => ['description','courseid','categories',
-                                 'hidefromcat','cloners','externalsyllabus',
-                                 'url','rolenames'],
+                                 'hidefromcat','externalsyllabus',
+                                 'url','rolenames','cloners'],
                      itemtext => {
                                    description      => $lt{'desc'},
                                    courseid         => $lt{'idnu'},
                                    categories       => $lt{'catg'},
                                    hidefromcat      => $lt{'excc'},
                                    cloners          => $lt{'clon'}, 
-                                   externalsyllabus => 'URL of Syllabus',
+                                   externalsyllabus => 'External Syllabus URL',
                                    url              => 'Top Level Map',
                                    rolenames        => $lt{'rept'},
                                  },
                     },
         'localization' =>
-                    { text => 'Language/TimeZone/Locale',
+                    { text => 'Language & Time Localization',
                       help => 'Course_Environment',
                       header => [{col1 => 'Setting',
                                   col2 => 'Value',}],
                       ordered => ['languages','timezone','datelocale'],
                       itemtext => {
-                                    languages  => 'Languages used',
+                                    languages  => 'Language(s)',
                                     timezone   => $lt{'time'}, 
                                     datelocale => $lt{'date'},
                                   },
                     },
         'feedback' =>
-                    { text => 'Feedback messages',
+                    { text => 'Feedback Messages',
                       help => 'Course_Environment',
                       header => [{col1 => 'Questions about:',
                                   col2 => 'Recipients'},
@@ -213,12 +213,12 @@
                                   'allow_limited_html_in_feedback',
                                   'allow_discussion_post_editing'],
                       itemtext => {
-                         'plc.roles.denied'             => 'No Resource Discussion',
-                         'plc.users.denied'             => 'No Resource Discussion',
-                         'pch.roles.denied'             => 'No Chat room use',
-                         'pch.users.denied'             => 'No Chat room use',
-                         allow_limited_html_in_feedback => 'Allow limited HTML in discussion posts',
-                         allow_discussion_post_editing  => 'Users can edit/delete own discussion posts',
+                         'plc.roles.denied'             => 'Disable resource discussion',
+                         'plc.users.denied'             => 'Disable resource discussion',
+                         'pch.roles.denied'             => 'Disable chat room',
+                         'pch.users.denied'             => 'Disable chat room',
+                         allow_limited_html_in_feedback => 'HTML in discussion',
+                         allow_discussion_post_editing  => 'Allow users to edit/delete own discussion posts',
                                   },
                     },
         'classlists' =>
@@ -244,7 +244,7 @@
                                   },
                    },
         'appearance' =>
-                   { text => 'Display of resources ',
+                   { text => 'Display of Resources ',
                      help => 'Course_Environment',
                      header => [{col1 => 'Setting',
                                  col2 => 'Value'}],
@@ -252,10 +252,10 @@
                                  'disable_receipt_display','texengine',
                                  'tthoptions'],
                       itemtext => {
-                          default_xml_style       => 'Default XML Style File',
-                          pageseparators          => 'Visibly Separate Items on Pages',
-                          disable_receipt_display => 'Disable display of problem receipts',
-                          texengine               => 'Force use of a specific math rendering engine',
+                          default_xml_style       => 'Default XML style file',
+                          pageseparators          => 'Separate items on composite pages',
+                          disable_receipt_display => 'Disable problem receipts display',
+                          texengine               => 'Force specific math rendering engine',
                           tthoptions              => 'Default set of options to pass to tth/m when converting TeX',
                                   },
                   },
@@ -267,15 +267,15 @@
                     ordered => ['grading','rndseed',
                                 'receiptalg','disablesigfigs'],
                     itemtext => {
-                        grading        => 'Grading',
-                        rndseed        => 'Randomization algorithm used',
-                        receiptalg     => 'Receipt algorithm used',
-                        disablesigfigs => 'Disable checking of Significant Figures',
+                        grading        => 'Grading Type',
+                        rndseed        => 'Randomization algorithm',
+                        receiptalg     => 'Receipt algorithm',
+                        disablesigfigs => 'Disable significant figure checks',
                                 },
 
                   },
         'printouts' =>
-                  { text => 'Printout generation',
+                  { text => 'Printouts',
                     help => 'Course_Environment',
                     header => [{col1 => 'Setting',
                                 col2 => 'Value',}],
@@ -1632,16 +1632,16 @@
     }
     my %items = (
         languages => {
-                        text => &mt($itemtext->{'languages'}).'<br />'.
-                                &mt("(will override user's preference)"),
+                        text => '<b>'.&mt($itemtext->{'languages'}).'</b><br />'.
+                                &mt("(overrides individual user preference)"),
                         input => 'selectbox',
                      }, 
         timezone => {
-                        text  => &mt($itemtext->{'timezone'}),
+                        text  => '<b>'.&mt($itemtext->{'timezone'}).'</b>',
                         input => 'selectbox',
                     },
         datelocale  => { 
-                         text => &mt($itemtext->{'datelocale'}),
+                         text => '<b>'.&mt($itemtext->{'datelocale'}).'</b>',
                          input => 'selectbox',
                        },
     );
@@ -2223,7 +2223,7 @@
                  },
         'rndseed' => {
                    text => '<b>'.&mt($itemtext->{'rndseed'}).'</b>'.
-                           '<span class="LC_error">'.'<br />'.
+                           '<span class="LC_warning">'.'<br />'.
                            &mt('Modifying this will make problems have different numbers and answers!').
                            '</span>',
                    input => 'selectbox',

--faziophi1262889812--