--- loncom/html/adm/helper/course.initialization.helper 2003/09/05 16:16:17 1.13 +++ 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}");