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

raeburn raeburn@source.lon-capa.org
Sat, 31 Oct 2009 18:22:30 -0000


raeburn		Sat Oct 31 18:22:30 2009 EDT

  Modified files:              
    /loncom/interface	loncreatecourse.pm 
  Log:
  Wording changes
  - courses -> courses and communities.
  - Course Owner(s) -> Owner(s)
  - Navigate Contents -> Course Contents  
  
  
Index: loncom/interface/loncreatecourse.pm
diff -u loncom/interface/loncreatecourse.pm:1.130 loncom/interface/loncreatecourse.pm:1.131
--- loncom/interface/loncreatecourse.pm:1.130	Thu Oct 29 16:18:02 2009
+++ loncom/interface/loncreatecourse.pm	Sat Oct 31 18:22:30 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Create a course
 #
-# $Id: loncreatecourse.pm,v 1.130 2009/10/29 16:18:02 raeburn Exp $
+# $Id: loncreatecourse.pm,v 1.131 2009/10/31 18:22:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -172,7 +172,7 @@
                     'stco' => "standard courses only",
                     'blnk' => "Blank",
                     'sllb' => "Syllabus",
-                    'navi' => "Navigate Contents",
+                    'navi' => "Table of Contents",
                     'cid'  => "Course ID",
                     'dmn'  => "Domain",
                     'dsh'  => "Date Shift",
@@ -983,7 +983,7 @@
                    &Apache::loncommon::start_data_table_header_row().
                    '<th>&nbsp;</th><th>'.&mt('Creation Date').'</th>'.
                    '<th>'.&mt('Creator').'</th><th>'.&mt('Description').'</th>'.
-                   '<th>'.&mt('Course Owner(s)').'</th>';
+                   '<th>'.&mt('Owner(s)').'</th>';
     if (($curr{'type'} eq 'official') || ($curr{'type'} eq 'any')) {
        $tablehdr .= '<th>'.&mt('Institutional Code').'</th>';
     }
@@ -1236,7 +1236,7 @@
 
     # Server version info
     $output .= '<p class="LC_info">'.
-               &mt('Only courses created from servers running LON-CAPA [_1] or later are displayed.','2.9.0');
+               &mt('Only courses and communities created from servers running LON-CAPA [_1] or later are displayed.','2.9.0');
     if ($version) {
         $output .= ' '.&mt('This LON-CAPA server is version [_1]',$version);
     }
@@ -1260,7 +1260,7 @@
         &Apache::lonlocal::texthash (
                         auto           => 'Automated creation from batch file',
                         web            => 'Batch creation from uploaded file',
-                        dc_create      => 'Single course created by Domain Coordinator', 
+                        dc_create      => 'Course or community created by Dom. Coord.', 
                         requestcourses => 'Processing of submitted course request',
         );
     return (\@contexts,\%contextnames);
@@ -1400,8 +1400,8 @@
                     &syllabuslink_javascript()."\n".
                     '// ]]>'."\n".
                     '</script>';
-           my $start_page=&Apache::loncommon::start_page('Course Creation Logs',$js);
-           my $crumbs = &Apache::lonhtmlcommon::breadcrumbs('Created Courses','Creation_Log',undef,'Creation_Log');
+           my $start_page=&Apache::loncommon::start_page('Course/Community Creation Logs',$js);
+           my $crumbs = &Apache::lonhtmlcommon::breadcrumbs('Created Courses/Communities','Creation_Log',undef,'Creation_Log');
            $r->print($start_page.$crumbs."\n".'<div>');
            &print_creation_logs($r);
            $r->print('</div>'.&Apache::loncommon::end_page());