diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 23:46:09 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 23:46:09 +0000 |
commit | 9aa541bf969523f1ef507417fa2238547d69ba83 (patch) | |
tree | 04850ead3d655d93d5f5cac02343bc2271a991ca | |
parent | f22a2d9caf90e6cf98a340bf5c8e9bc939c684af (diff) | |
download | elgg-9aa541bf969523f1ef507417fa2238547d69ba83.tar.gz elgg-9aa541bf969523f1ef507417fa2238547d69ba83.tar.bz2 |
Elgg's web services API is not RESTful
git-svn-id: http://code.elgg.org/elgg/trunk@8616 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
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", |