From 8bda7ceca165ca8f8e6bda079abe251880008a16 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 12 Nov 2010 09:36:50 +0000 Subject: [PATCH] Fixed MNet strings that explicitly talk about Moodle site The remote site can be Mahara site, too. --- auth/mnet/lang/en/auth_mnet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/mnet/lang/en/auth_mnet.php b/auth/mnet/lang/en/auth_mnet.php index 9320160392f..915b4c2cb28 100644 --- a/auth/mnet/lang/en/auth_mnet.php +++ b/auth/mnet/lang/en/auth_mnet.php @@ -30,9 +30,9 @@ $string['auth_mnet_roamout'] = 'Your users can roam out to these hosts'; $string['auth_mnet_rpc_negotiation_timeout'] = 'The timeout in seconds for authentication over the XMLRPC transport.'; $string['auto_add_remote_users'] = 'Auto add remote users'; $string['rpc_negotiation_timeout'] = 'RPC negotiation timeout'; -$string['sso_idp_description'] = 'Publish this service to allow your users to roam to the {$a} Moodle site without having to re-login there.
Subscribe to this service to allow authenticated users from {$a} to access your site without having to re-login.
'; +$string['sso_idp_description'] = 'Publish this service to allow your users to roam to the {$a} site without having to re-login there.
Subscribe to this service to allow authenticated users from {$a} to access your site without having to re-login.
'; $string['sso_idp_name'] = 'SSO (Identity Provider)'; $string['sso_mnet_login_refused'] = 'Username {$a->user} is not permitted to login from {$a->host}.'; -$string['sso_sp_description'] = 'Publish this service to allow authenticated users from {$a} to access your site without having to re-login.
Subscribe to this service to allow your users to roam to the {$a} Moodle site without having to re-login there.
'; +$string['sso_sp_description'] = 'Publish this service to allow authenticated users from {$a} to access your site without having to re-login.
Subscribe to this service to allow your users to roam to the {$a} site without having to re-login there.
'; $string['sso_sp_name'] = 'SSO (Service Provider)'; -$string['pluginname'] = 'Moodle Network authentication'; +$string['pluginname'] = 'MNet authentication';