]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9987 - Reffering to wrong capability name, merged from 18_STABLE
authorpoltawski <poltawski>
Mon, 4 Jun 2007 22:01:59 +0000 (22:01 +0000)
committerpoltawski <poltawski>
Mon, 4 Jun 2007 22:01:59 +0000 (22:01 +0000)
lang/en_utf8/mnet.php

index 0d6d8d85beb17d9d2f849d348eff5f7513856cdd..5558041d5d1e5a29a3717c5d573d2613ac92463e 100644 (file)
@@ -212,7 +212,7 @@ $string['authmnetdisabled'] = 'Moodle Networking authentication is disabled.';
 $string['unknownerror'] = 'Unknown error occurred during negotiation.';
 $string['nolocaluser'] = 'No local record exists for remote user.';
 $string['databaseerror'] = 'Could not write details to the database.';
-$string['ssoacldescr'] = 'Use this page to grant/deny access to specific users from remote Moodle Network hosts. This is functional when you are offering SSO services to remote users. To control your <em>local</em> users\' ability to roam to other Moodle Network hosts, use the roles system to grant them the <em>mnetcanroam</em> capability.';
+$string['ssoacldescr'] = 'Use this page to grant/deny access to specific users from remote Moodle Network hosts. This is functional when you are offering SSO services to remote users. To control your <em>local</em> users\' ability to roam to other Moodle Network hosts, use the roles system to grant them the <em>mnetlogintoremote</em> capability.';
 $string['ssoaclneeds'] = 'For this functionality to work, you must have Moodle Networking On, plus the Moodle Network authentication plugin enabled with auto-add users enabled .';
 $string['mnetdisabled'] = 'Moodle Network is <strong>disabled</strong>.';
 $string['authmnetdisabled'] = 'Moodle Networking <em>Authentication plugin</em>is <strong>disabled</strong>.';