From 38fdb3d3a59c1d4ae4d0663d0930a6145705e776 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 30 Jun 2008 10:43:44 +0000 Subject: Refs #102 - Speculative fix git-svn-id: https://code.elgg.org/elgg/trunk@1206 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index bd39f86e4..df4b3b0c5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -122,7 +122,7 @@ 'APIException:MissingHmac' => "Missing X-Elgg-hmac header", 'APIException:MissingHmacAlgo' => "Missing X-Elgg-hmac-algo header", 'APIException:MissingTime' => "Missing X-Elgg-time header", - 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future", + 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future. Epoch fail.", 'APIException:NoQueryString' => "No data on the query string", 'APIException:MissingPOSTHash' => "Missing X-Elgg-posthash header", 'APIException:MissingPOSTAlgo' => "Missing X-Elgg-posthash_algo header", -- cgit v1.2.3