[LON-CAPA-cvs] cvs: loncom /interface selfenroll.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 23 Jun 2008 15:52:52 -0000
bisitz Mon Jun 23 11:52:52 2008 EDT
Modified files:
/loncom/interface selfenroll.pm
Log:
Optimized/standarized translation
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.4 loncom/interface/selfenroll.pm:1.5
--- loncom/interface/selfenroll.pm:1.4 Mon Jun 2 23:07:38 2008
+++ loncom/interface/selfenroll.pm Mon Jun 23 11:52:52 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.4 2008/06/03 03:07:38 raeburn Exp $
+# $Id: selfenroll.pm,v 1.5 2008/06/23 15:52:52 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -431,7 +431,7 @@
}
}
} else {
- $output = &mt('Self-enrollment in this course is only available to users in the following domains (with the following status): ').'<ul>';
+ $output = &mt('Self-enrollment in this course is only available to users in the following domains (with the following status):').' <ul>';
foreach my $selfdom (sort(keys(%{$longtypes}))) {
if (ref($longtypes->{$selfdom}) eq 'ARRAY') {
$output .= '<li>'.$selfdom.': '.join(', ',@{$longtypes->{$selfdom}}).'</li>';
@@ -440,7 +440,7 @@
$output .= '</ul>';
}
} else {
- $output = &mt('Self-enrollment is not currently available in this course');
+ $output = &mt('Self-enrollment is not currently available for this course.');
}
}
return $output;