From a9fad9a7ac85270e2a45cfad28c6017b200496eb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 12 Sep 2010 17:08:49 +0200 Subject: Add translator hint. --- actions/apiaccountupdateprofileimage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/apiaccountupdateprofileimage.php') diff --git a/actions/apiaccountupdateprofileimage.php b/actions/apiaccountupdateprofileimage.php index 153ef7818..7f868a6eb 100644 --- a/actions/apiaccountupdateprofileimage.php +++ b/actions/apiaccountupdateprofileimage.php @@ -81,6 +81,7 @@ class ApiAccountUpdateProfileImageAction extends ApiAuthAction if ($_SERVER['REQUEST_METHOD'] != 'POST') { $this->clientError( + // TRANS: Client error. POST is a HTTP command. It should not be translated. _('This method requires a POST.'), 400, $this->format ); -- cgit v1.2.3-54-g00ecf