From d72689a78f033bae882970d3e06ad095a9d3de21 Mon Sep 17 00:00:00 2001 From: poltawski Date: Mon, 4 Jun 2007 22:01:59 +0000 Subject: [PATCH] MDL-9987 - Reffering to wrong capability name, merged from 18_STABLE --- lang/en_utf8/mnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/mnet.php b/lang/en_utf8/mnet.php index 0d6d8d85be..5558041d5d 100644 --- a/lang/en_utf8/mnet.php +++ b/lang/en_utf8/mnet.php @@ -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 local users\' ability to roam to other Moodle Network hosts, use the roles system to grant them the mnetcanroam 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 local users\' ability to roam to other Moodle Network hosts, use the roles system to grant them the mnetlogintoremote 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 disabled.'; $string['authmnetdisabled'] = 'Moodle Networking Authentication pluginis disabled.'; -- 2.39.5