aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 10:43:44 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 10:43:44 +0000
commit38fdb3d3a59c1d4ae4d0663d0930a6145705e776 (patch)
treecd8e27d602e7c80d7dbde5411a7978f434f1f9e2 /languages
parent0ba2ce0c3d1aad8622c618795fab5551f9dd349d (diff)
downloadelgg-38fdb3d3a59c1d4ae4d0663d0930a6145705e776.tar.gz
elgg-38fdb3d3a59c1d4ae4d0663d0930a6145705e776.tar.bz2
Refs #102 - Speculative fix
git-svn-id: https://code.elgg.org/elgg/trunk@1206 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 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",