From 9aa541bf969523f1ef507417fa2238547d69ba83 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 6 Mar 2011 23:46:09 +0000 Subject: Elgg's web services API is not RESTful git-svn-id: http://code.elgg.org/elgg/trunk@8616 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index fa4eccf01..9b6d0f86f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -897,8 +897,8 @@ Once you have logged in, we highly recommend that you change your password. 'installation:siteemail' => "Site email address (used when sending system emails):", - 'installation:disableapi' => "The RESTful API is a flexible and extensible interface that enables applications to use certain Elgg features remotely.", - 'installation:disableapi:label' => "Enable the RESTful API", + 'installation:disableapi' => "Elgg provides an API for building web services so that remote applications can interact with your site.", + 'installation:disableapi:label' => "Enable Elgg's web services API", 'installation:allow_user_default_access:description' => "If checked, individual users will be allowed to set their own default access level that can over-ride the system default access level.", 'installation:allow_user_default_access:label' => "Allow user default access", -- cgit v1.2.3