]> git.mjollnir.org Git - moodle.git/commitdiff
webservice MDL-20803 fix bad english
authorjerome mouneyrac <jerome@moodle.com>
Tue, 22 Dec 2009 07:09:28 +0000 (07:09 +0000)
committerjerome mouneyrac <jerome@moodle.com>
Tue, 22 Dec 2009 07:09:28 +0000 (07:09 +0000)
lang/en_utf8/webservice.php

index 0a111e2fd1a714053375c0380d2ba92b97a14d77..5bb5968bef79ce9a9651f51e3c52329be1f4d17c 100644 (file)
@@ -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 <b>$a</b>.<br/>In order to create a client we advice you to read the <a href=\"http://docs.moodle.org/en/Development:Creating_a_web_service_and_a_web_service_function#Create_your_own_client\">Moodle documentation</a>';
+$string['wsdocumentationintro'] = 'Following is a listing of web service functions available for the username <b>$a</b>.<br/>To create a client we advise you to read the <a href=\"http://docs.moodle.org/en/Development:Creating_a_web_service_and_a_web_service_function#Create_your_own_client\">Moodle documentation</a>';
 $string['wsdocumentationlogin'] = 'Enter your web service username and password.';
 $string['wspassword'] = 'Web service password';
 $string['wsusername'] = 'Web service username';