--- loncom/interface/selfenroll.pm 2009/02/09 04:11:11 1.16
+++ loncom/interface/selfenroll.pm 2009/05/16 23:21:00 1.18
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.16 2009/02/09 04:11:11 raeburn Exp $
+# $Id: selfenroll.pm,v 1.18 2009/05/16 23:21:00 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -404,7 +404,7 @@ sub has_role {
my $output;
if ($curr_role{'status'} eq 'active') {
my $rolelink = &jump_to_role($curr_role{'role'});
- $output = &mt('You already have an active student role (section: "[_1]") in this course.',$curr_role{'section'}).'
'.$rolelink;
+ $output = &mt('You already have an active student role (section: "[_1]") in this course.',$curr_role{'section'}).'
'.$rolelink;
} elsif ($curr_role{'status'} eq 'future') {
$output = &mt('You have a student role (section: "[_1]") in this course which will become active [_2].',$curr_role{'section'},$curr_role{'start'});
}
@@ -623,7 +623,7 @@ sub send_notification {
args => ["\n$coursedesc\n",$textstr,$timestamp],
},
{
- mt =>'As Course Coordinator, use: [_1]Main Menu -> Manage Couse Users -> Enrollment Requests[_1] to display a list of pending enrollment requests,[_1] which you can either approve or reject.',
+ mt =>'As Course Coordinator, use: [_1]Main Menu -> Manage Course Users -> Enrollment Requests[_1] to display a list of pending enrollment requests,[_1] which you can either approve or reject.',
args => ["\n"],
});
}