From 675e402a552b4079a8ef68250b0656b307fd6c90 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Fri, 9 Dec 2011 15:48:54 +0800 Subject: [PATCH] MDL-30542 simple string improvement. --- lang/en/webservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.43.0