]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Elgg's web services API is not RESTful
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 6 Mar 2011 23:46:09 +0000 (23:46 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 6 Mar 2011 23:46:09 +0000 (23:46 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8616 36083f99-b078-4883-b0ff-0f9b5a30f544

languages/en.php

index fa4eccf01b11b74b49152c7faa3b66b197028278..9b6d0f86f2fca68f06e1f3737eac652d3d5e8bd3 100644 (file)
@@ -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",