]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11329: fixed text: "Local courses for external users:"
authordonal72 <donal72>
Tue, 16 Oct 2007 09:15:02 +0000 (09:15 +0000)
committerdonal72 <donal72>
Tue, 16 Oct 2007 09:15:02 +0000 (09:15 +0000)
enrol/mnet/config.html
lang/en_utf8/enrol_mnet.php

index 4737c7c194812795956b237f59b1ebce22d3f85e..3ed12aefd818cc71fae717e8225ef857ad6559b9 100644 (file)
@@ -12,7 +12,7 @@ if (is_array($mnethosts)) {
 <table cellspacing="0" cellpadding="5" border="0" class="boxaligncenter">
 
 <tr valign="top">
-    <th align="center" colspan="3">Local courses for external users:</th>
+    <th align="center" colspan="3"><?php print_string('mnetlocalforexternal','enrol_mnet'); ?>:</th>
 </tr>
 
 <tr valign="top">
index f3100d28275d29a6e61ed8a146059073b96e4e72..aed94197d19652d641d1cc3ec1c70b6f2580294c 100644 (file)
@@ -18,5 +18,6 @@ $string['mnet_enrol_description']      = 'Publish this service to allow administ
                                          'Subscribe to this service to be able to enrol your students in courses  on $a.<br/>'.
                                          '<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a.</li>'.
                                          '<li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identity Provider) service to $a.</li></ul><br/>';
+$string['mnetlocalforexternal'] = 'Local courses for external users';
 
 ?>