From f897719fda5e69b4d00425c4c5e5fab204dc6585 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Tue, 22 Dec 2009 07:09:28 +0000 Subject: [PATCH] webservice MDL-20803 fix bad english --- lang/en_utf8/webservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/webservice.php b/lang/en_utf8/webservice.php index 0a111e2fd1..5bb5968bef 100644 --- a/lang/en_utf8/webservice.php +++ b/lang/en_utf8/webservice.php @@ -60,7 +60,7 @@ $string['validuntil'] = 'Valid until'; $string['webservices'] = 'Web services'; $string['wsdocumentation'] = 'Web service documentation'; $string['wsdocumentationdisable'] = 'Web service documentation is disabled.'; -$string['wsdocumentationintro'] = 'Following a listing of web service functions available for the username $a.
In order to create a client we advice you to read the Moodle documentation'; +$string['wsdocumentationintro'] = 'Following is a listing of web service functions available for the username $a.
To create a client we advise you to read the Moodle documentation'; $string['wsdocumentationlogin'] = 'Enter your web service username and password.'; $string['wspassword'] = 'Web service password'; $string['wsusername'] = 'Web service username'; -- 2.39.5