--- loncom/html/adm/helper/course.initialization.helper 2009/06/15 11:18:06 1.26
+++ loncom/html/adm/helper/course.initialization.helper 2009/07/08 17:55:07 1.27
@@ -53,7 +53,7 @@
course environment" button.
If you do not have experience coordinating LON-CAPA courses or if you
- prefer the Helper interface, please click Next ->.
+ prefer the Helper interface, please click "Next".
@@ -61,7 +61,7 @@
The "Course Title" is the name of the course that will be
seen by the students. You may now modify the description and hit
- "Next ->" to continue.
+ "Next" to continue.
@@ -200,7 +200,7 @@
are both the LON-CAPA username and LON-CAPA domain, not an e-mail
address.
- return &mt('Your current LON-CAPA domain is "[_1]".
',"$helper->{DATA}->{DOM}");
+ return ''.&mt('Your current LON-CAPA domain is [_1].','"'.$helper->{DATA}->{DOM}.'"').'
';
@@ -235,8 +235,9 @@
- Existing courses can be cloned when creating new courses.
Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months).
- Names of owners of other courses permitted to clone this course:
+ Existing courses can be cloned when creating new courses.
+ Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months).
+ Usernames of owners of other courses permitted to clone this course:
@@ -308,7 +309,11 @@
(Course Coordinators automatically have the right to clone their own courses.)
- Format: user:domain, where "user" and "domain"
- are the LON-CAPA username and domain of the user.
- Separate different users with a comma.
- Use *:domain to allow course to be cloned by any course owner in the specified domain.
- Use * to allow unrestricted cloning by all course owners in all domains.
+ are the LON-CAPA username and domain of the user.
+ Separate different users with a comma.
+ Use *:domain to allow course to be cloned by any course owner in the specified domain.
+ Use * to allow unrestricted cloning by all course owners in all domains.
+