]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect translator documentation. Spotted by AVRS.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 23:43:01 +0000 (01:43 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 23:43:01 +0000 (01:43 +0200)
actions/atompubmembershipfeed.php

index 0a5333128069bd7c11aaac7739b1999af3f41c69..37e4a386a20cfb27e4f4ec6f85f4ced8f55ed3f4 100644 (file)
@@ -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;
             }