From 69b3a0215fa36d83f84366adf549a0e6460500e0 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Fri, 22 Jan 2010 03:59:41 +0000 Subject: [PATCH] webservice MDL-21351 change Web services authentication title string --- lang/en_utf8/auth.php | 2 +- lang/en_utf8/auth_webservice.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index dd68eea45db..e0b6d083750 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -386,7 +386,7 @@ $string['auth_shibboleth_select_organization'] = 'For authentication via Shibbol $string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; $string['auth_shibbolethtitle'] = 'Shibboleth'; $string['auth_webservicedescription'] = 'This authentication method should be used for accounts that are exclusively for use by web service clients.'; -$string['auth_webservicetitle'] = 'Web services'; +$string['auth_webservicetitle'] = 'Web services authentication'; $string['auto_add_remote_users'] = 'Auto add remote users'; $string['ntlmsso_attempting'] = 'Attempting Single Sign On via NTLM...'; $string['ntlmsso_failed'] = 'Auto-login failed, try the normal login page...'; diff --git a/lang/en_utf8/auth_webservice.php b/lang/en_utf8/auth_webservice.php index c5c1997a8e3..22d6fc703a1 100644 --- a/lang/en_utf8/auth_webservice.php +++ b/lang/en_utf8/auth_webservice.php @@ -1,4 +1,4 @@