From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Sun, 27 Mar 2011 23:43:01 +0000 (+0200)
Subject: Fix incorrect translator documentation. Spotted by AVRS.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52d29a17a0c89c1515b4b938384780c3d4dee40a;p=quix0rs-gnu-social.git

Fix incorrect translator documentation. Spotted by AVRS.
---

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;
             }