From: Aparup Banerjee Date: Fri, 9 Dec 2011 07:48:54 +0000 (+0800) Subject: MDL-30542 simple string improvement. X-Git-Tag: v2.3.0-beta~1597 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=675e402a552b4079a8ef68250b0656b307fd6c90 MDL-30542 simple string improvement. --- diff --git a/lang/en/webservice.php b/lang/en/webservice.php index 512c195f113..74f84c8f764 100644 --- a/lang/en/webservice.php +++ b/lang/en/webservice.php @@ -163,7 +163,7 @@ $string['selectspecificuserdescription'] = 'Add the web services user as an auth $string['service'] = 'Service'; $string['servicehelpexplanation'] = 'A service is a set of functions. A service can be accessed by all users or just specified users.'; $string['servicename'] = 'Service name'; -$string['servicenotavailable'] = 'the web service is not available (it does not exist or it is disabled)'; +$string['servicenotavailable'] = 'Web service is not available (it doesn\'t exist or might be disabled)'; $string['servicesbuiltin'] = 'Built-in services'; $string['servicescustom'] = 'Custom services'; $string['serviceusers'] = 'Authorised users';