Fix incorrect translator documentation. Spotted by AVRS.

This commit is contained in:
Siebrand Mazeland 2011-03-28 01:43:01 +02:00
parent 889b35be9c
commit 52d29a17a0
1 changed files with 1 additions and 2 deletions

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