MDL-11329: fixed text: "Local courses for external users:"

This commit is contained in:
donal72
2007-10-16 09:14:47 +00:00
parent 936450330a
commit 646a6d9481
2 changed files with 2 additions and 1 deletions
+1 -1
View 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">
+1
View 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';
?>