From 9b788471d4d5141bf4991367f1f46f2a4e35da36 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 10 Apr 2010 22:50:15 +0200 Subject: Add translator documentation. --- lib/apiauth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/apiauth.php') diff --git a/lib/apiauth.php b/lib/apiauth.php index efadffc13..d6ad7e021 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -91,6 +91,7 @@ class ApiAuthAction extends ApiAction if ($this->isReadOnly($args) == false) { if ($this->access != self::READ_WRITE) { + // TRANS: Client error 401. $msg = _('API resource requires read-write access, ' . 'but you only have read access.'); $this->clientError($msg, 401, $this->format); -- cgit v1.2.3-54-g00ecf