[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm
raeburn
raeburn@source.lon-capa.org
Mon, 25 May 2009 22:56:35 -0000
raeburn Mon May 25 22:56:35 2009 EDT
Modified files:
/loncom/interface courseprefs.pm
Log:
- Fix typo.
- Consistent exclusion of period/full stop for setting descriptions used on course configuration page.
- Consistent wording: role-based.
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.4 loncom/interface/courseprefs.pm:1.5
--- loncom/interface/courseprefs.pm:1.4 Sun May 17 00:54:38 2009
+++ loncom/interface/courseprefs.pm Mon May 25 22:56:34 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.4 2009/05/17 00:54:38 raeburn Exp $
+# $Id: courseprefs.pm,v 1.5 2009/05/25 22:56:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -191,7 +191,7 @@
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.',
+ texengine => 'Force use of a specific math rendering engine',
tthoptions => 'Default set of options to pass to tth/m when converting TeX',
},
},
@@ -251,7 +251,7 @@
itemtext => {
task_messages => 'Send message to student when clicking Done on Tasks',
task_grading => 'Bridge Task grading by instructors and TAs in sections' ,
- suppress_embed_prompt => 'Hi$de upload references prompt if uploading file to portfolio',
+ suppress_embed_prompt => 'Hide upload references prompt if uploading file to portfolio',
},
},
'other' =>
@@ -1758,7 +1758,7 @@
'plc.roles.denied' => {
text => '<b>'.&mt($itemtext->{'plc.roles.denied'}).'</b>'.
&Apache::loncommon::help_open_topic("Course_Disable_Discussion").
- &mt('(roles-based)'),
+ &mt('(role-based)'),
input => 'checkbox',
},
@@ -2076,7 +2076,7 @@
},
'receiptalg' => {
text => '<b>'.&mt($itemtext->{'receiptalg'}).'</b><br />'.
- &mt('This controls how receipt numbers are generated.'),
+ &mt('This controls how receipt numbers are generated'),
input => 'selectbox',
options => {
receipt => 'receipt',