From 52d29a17a0c89c1515b4b938384780c3d4dee40a Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 28 Mar 2011 01:43:01 +0200 Subject: [PATCH] Fix incorrect translator documentation. Spotted by AVRS. --- actions/atompubmembershipfeed.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/atompubmembershipfeed.php b/actions/atompubmembershipfeed.php index 0a53331280..37e4a386a2 100644 --- a/actions/atompubmembershipfeed.php +++ b/actions/atompubmembershipfeed.php @@ -237,8 +237,7 @@ class AtompubmembershipfeedAction extends ApiAuthAction if (Event::handle('StartAtomPubNewActivity', array(&$activity))) { if ($activity->verb != ActivityVerb::JOIN) { - // TRANS: Client error displayed when not using the POST verb. - // TRANS: Do not translate POST. + // TRANS: Client error displayed when not using the join verb. throw new ClientException(_('Can only handle join activities.')); return; }