aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-22 12:01:41 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-22 12:01:41 +0000
commitae4e90dcd604d2b9741d251c8225494d7aedd615 (patch)
treebfdb9d071dc398d8010289de6b504fd50aa5ac42 /languages
parent355363b46fdf99364027fffac2801d7242242703 (diff)
downloadelgg-ae4e90dcd604d2b9741d251c8225494d7aedd615.tar.gz
elgg-ae4e90dcd604d2b9741d251c8225494d7aedd615.tar.bz2
more unit tests for REST api
git-svn-id: http://code.elgg.org/elgg/trunk@3569 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 6a692e55b..78310b9f7 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -121,7 +121,7 @@ $english = array(
'SecurityException:APIAccessDenied' => "Sorry, API access has been disabled by the administrator.",
'SecurityException:NoAuthMethods' => "No authentication methods were found that could authenticate this API request.",
'InvalidParameterException:APIMethodOrFunctionNotSet' => "Method or function not set in call in expose_method()",
- 'InvalidParameterException:APIParametersNotArray' => "Parameters must be array in call to expose method '%s'",
+ 'InvalidParameterException:APIParametersArrayStructure' => "Parameters array structure is incorrect for call to expose method '%s'",
'InvalidParameterException:UnrecognisedHttpMethod' => "Unrecognised http method %s for api method '%s'",
'APIException:MissingParameterInMethod' => "Missing parameter %s in method %s",
'APIException:ParameterNotArray' => "%s does not appear to be an array.",