From bea1f152ae3fecee8da4953afc38fc3618ea1e96 Mon Sep 17 00:00:00 2001 From: Koen Roggemans Date: Fri, 1 Jun 2012 11:36:37 +0800 Subject: [PATCH] MDL-29103 web service strings improvement Conflicts: lang/en/admin.php --- lang/en/admin.php | 2 +- lang/en/webservice.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 4736bd4f4e1..e85e3167d2e 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -492,7 +492,7 @@ $string['enabledevicedetection'] = 'Enable device detection'; $string['enableglobalsearch'] = 'Enable global search'; $string['enablegroupmembersonly'] = 'Enable group members only'; $string['enablehtmlpurifier'] = 'Enable HTML Purifier'; -$string['enablemobilewebservice'] = 'Enable mobile web service'; +$string['enablemobilewebservice'] = 'Enable web services for mobile devices'; $string['enablerecordcache'] = 'Enable record cache'; $string['enablerssfeeds'] = 'Enable RSS feeds'; $string['enablesafebrowserintegration'] = 'Enable Safe Exam Browser integration'; diff --git a/lang/en/webservice.php b/lang/en/webservice.php index 73e46374e43..916003903c9 100644 --- a/lang/en/webservice.php +++ b/lang/en/webservice.php @@ -129,8 +129,8 @@ $string['mobilewsenabled'] = 'Enabled'; $string['nofunctions'] = 'This service has no functions.'; $string['norequiredcapability'] = 'No required capability'; $string['notoken'] = 'The token list is empty.'; -$string['onesystemcontrolling'] = 'One system controlling Moodle with a token'; -$string['onesystemcontrollingdescription'] = 'The following steps help you to set up the Moodle web service for a system to control Moodle. These steps also help to set up the recommended token (security keys) authentication method.'; +$string['onesystemcontrolling'] = 'Allow an external system to control Moodle'; +$string['onesystemcontrollingdescription'] = 'The following steps help you to set up the Moodle web services to allow an external system to interact with Moodle. This includes setting up a token (security key) authentication method.'; $string['operation'] = 'Operation'; $string['optional'] = 'Optional'; $string['passwordisexpired'] = 'Password is expired.';