[LON-CAPA-cvs] cvs: loncom /interface lonmodifycourse.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 30 Jun 2008 04:14:40 -0000
raeburn Mon Jun 30 00:14:40 2008 EDT
Modified files:
/loncom/interface lonmodifycourse.pm
Log:
- Wording changes: actions are actually available after course search, not after course selection.
- Punctuation.
- Trim an extra line feed.
Index: loncom/interface/lonmodifycourse.pm
diff -u loncom/interface/lonmodifycourse.pm:1.38 loncom/interface/lonmodifycourse.pm:1.39
--- loncom/interface/lonmodifycourse.pm:1.38 Sun Jun 29 21:28:56 2008
+++ loncom/interface/lonmodifycourse.pm Mon Jun 30 00:14:40 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# handler for DC-only modifiable course settings
#
-# $Id: lonmodifycourse.pm,v 1.38 2008/06/30 01:28:56 raeburn Exp $
+# $Id: lonmodifycourse.pm,v 1.39 2008/06/30 04:14:40 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -126,7 +126,7 @@
my $dctitle = &Apache::lonnet::plaintext('dc');
$r->print(
'<h3>'.&mt('Search for a course in the [_1] domain',$domdesc).'</h3>'.
- &mt('Actions available after selecting a course:').'<ul>'.
+ &mt('Actions available after searching for a course:').'<ul>'.
'<li>'.&mt('Enter the course with the role of [_1]',$cctitle).'</li>'."\n".
'<li>'.&mt('View or modify course settings which only a [_1] may modify.'
,$dctitle).'</li>'."\n".'</ul>');
@@ -341,10 +341,10 @@
$excludeoff = '';
}
$r->print('<h4>'.&mt('Visibility in Course Catalog').'</h4>'.
- &mt("Unless excluded, a course is listed in this domain's publicly accessible course catalog if at least of one the following applies").':<ul>'.
+ &mt("Unless excluded, a course is listed in this domain's publicly accessible course catalog, if at least of one the following applies").':<ul>'.
'<li>'.&mt('Auto-cataloging is enabled and the course is assigned an institutional code').'</li>'.
'<li>'.&mt('The course has been categorized into at least one of the course categories defined for the domain.').'</li></ul>'.
- '<br />'.&mt('Exclude from course catalog').' <label><input name="hidefromcat" type="radio" value="yes" '.$excludeon.' />'.&mt('Yes').'</label> <label><input name="hidefromcat" type="radio" value="" '.$excludeoff.' />'.&mt('No').'</label><br />');
+ &mt('Exclude from course catalog').' <label><input name="hidefromcat" type="radio" value="yes" '.$excludeon.' />'.&mt('Yes').'</label> <label><input name="hidefromcat" type="radio" value="" '.$excludeoff.' />'.&mt('No').'</label><br />');
}
if (grep(/^categorize$/,@cat_params)) {
$r->print('<h4>'.&mt('Categorize Course').'</h4>');