--- loncom/html/adm/helper/course.initialization.helper 2003/07/24 17:53:59 1.12 +++ loncom/html/adm/helper/course.initialization.helper 2004/06/02 17:31:03 1.14 @@ -37,7 +37,7 @@ - return $helper->{DATA}->{FIRST_RUN} ? + return $helper->{DATA}->{FIRST_RUN} ? 'This Helper will set up your new LON-CAPA course and choose '. 'which features will be active. You can '. 're-visit it later to change settings in your course.' . @@ -45,8 +45,7 @@ '

If you have previous experience with coordinating LON-CAPA courses and '. 'prefer not to use the helper, click here to leave.' : - 'This helper will set up your LON-CAPA course and choose ' . - 'which features will be active.'; + &mt('This helper will set up your LON-CAPA course and choose which features will be active.');

All settings which you can change with this Helper can also be changed @@ -201,9 +200,7 @@ are both the LON-CAPA username and LON-CAPA domain, not an email address.

- return '

Your current LON-CAPA domain is "' - . $helper->{DATA}->{DOM} . - '".

'; + return &mt('

Your current LON-CAPA domain is "[_1]".

',"$helper->{DATA}->{DOM}");
@@ -244,6 +241,12 @@

Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.

+ + $ENV{'course.'.$ENV{'request.course.id'}.'.clonedfrom'} + After you select Finish Course Initialization, + you will be taken to the Parameter Overview screen to + update the dates for this cloned course. +