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

bisitz bisitz@source.lon-capa.org
Mon, 02 Mar 2009 11:21:58 -0000


bisitz		Mon Mar  2 11:21:58 2009 EDT

  Modified files:              
    /loncom/interface	lonpickcourse.pm 
  Log:
  Consistent wording:
  Replaced "Course Description" by "Course Title"
  
  
Index: loncom/interface/lonpickcourse.pm
diff -u loncom/interface/lonpickcourse.pm:1.75 loncom/interface/lonpickcourse.pm:1.76
--- loncom/interface/lonpickcourse.pm:1.75	Mon Nov 24 14:49:42 2008
+++ loncom/interface/lonpickcourse.pm	Mon Mar  2 11:21:57 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Pick a course
 #
-# $Id: lonpickcourse.pm,v 1.75 2008/11/24 14:49:42 bisitz Exp $
+# $Id: lonpickcourse.pm,v 1.76 2009/03/02 11:21:57 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -269,7 +269,7 @@
         $r->print(&Apache::loncommon::start_data_table());
         $r->print(&Apache::loncommon::start_data_table_header_row());
         $r->print('<th>'.&mt('Select').'</th>'
-                 .'<th>'.&mt('Course Description').'</th>'
+                 .'<th>'.&mt('Course Title').'</th>'
                  .'<th>'.&mt('Domain').'</th>'
                  .'<th>'.&mt('Course Code').'</th>'
                  .'<th>'.&mt('Owner/Co-owner(s)').'</th>'
@@ -433,7 +433,7 @@
 
     my %lt = (
               'cac' => &mt("$type Activity"),
-              'cde' => &mt("$type Description"),
+              'cde' => &mt("$type Title"),
               'cdo' => &mt("$type Domain"),
               'cin' => &mt('Course Institutional Code'),
               'cow' => &mt("$type Owner's Username"),
@@ -713,7 +713,7 @@
 Course Owner's Domain - the domain of the owner of the course
 
 =item * 
-Course Description - text which appears in the Course Description (or title), as set in the Course Parameters.
+Course Title - text which appears in the Course Title, as set in the Course Parameters.
 
 =item *
 Course ID - the internal course number (course ID part after initial 'domain_') used by LON-CAPA (this criterion is only displayed to Domain Coordinators selecting a course in the same domain as their DC role).