'
@@ -437,7 +433,7 @@ sub build_filters {
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"),
@@ -505,7 +501,7 @@ $multelement
}
if (exists($filter->{'ownerfilter'})) {
$output .= &Apache::lonhtmlcommon::row_title($lt{'cow'})
- .''
.&Apache::lonhtmlcommon::row_closure()
.&Apache::lonhtmlcommon::row_title($lt{'cod'})
@@ -717,7 +713,7 @@ Course Owner's Username - the username o
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).