From 0656dbc5acffa5e05b228428d82ad3b2d3cbcbe8 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 25 Oct 2009 21:37:21 +0000 Subject: cleaned up the web services unit tests git-svn-id: http://code.elgg.org/elgg/trunk@3581 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 78310b9f7..5c562431f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -138,7 +138,8 @@ $english = array( 'APIException:AlgorithmNotSupported' => "Algorithm '%s' is not supported or has been disabled.", 'ConfigurationException:CacheDirNotSet' => "Cache directory 'cache_path' not set.", 'APIException:NotGetOrPost' => "Request method must be GET or POST", - 'APIException:MissingAPIKey' => "Missing X-Elgg-apikey HTTP header", + 'APIException:MissingAPIKey' => "Missing API key", + 'APIException:BadAPIKey' => "Bad API key", 'APIException:MissingHmac' => "Missing X-Elgg-hmac header", 'APIException:MissingHmacAlgo' => "Missing X-Elgg-hmac-algo header", 'APIException:MissingTime' => "Missing X-Elgg-time header", -- cgit v1.2.3