]> git.mjollnir.org Git - moodle.git/commitdiff
mnet MDL-18758 slightly corrected a misleading language string
authorPenny Leach <penny@liip.ch>
Tue, 12 Jan 2010 02:48:00 +0000 (02:48 +0000)
committerPenny Leach <penny@liip.ch>
Tue, 12 Jan 2010 02:48:00 +0000 (02:48 +0000)
lang/en_utf8/mnet.php

index 2a380779e368c2c20c6e91b607343675d9b4a02a..ea03a355c1e9ea1758637df84474648acb0fa6f8 100644 (file)
@@ -217,7 +217,7 @@ $string['hostnotconfiguredforsso'] = 'This remote Moodle Hub is not configured f
 $string['authmnetdisabled'] = 'Moodle Networking authentication is disabled.';
 $string['unknownerror'] = 'Unknown error occurred during negotiation.';
 $string['nolocaluser'] = 'No local record exists for remote user, and it could not be created, as this host will not auto create users.  Please contact your administrator!';
-$string['notenoughidpinfo'] = 'Your identity provider is not giving us enough information to create your account locally.  Sorry!';
+$string['notenoughidpinfo'] = 'Your identity provider is not giving us enough information to create or update your account locally.  Sorry!';
 $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>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 .';