summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:08:49 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:08:49 +0200
commita9fad9a7ac85270e2a45cfad28c6017b200496eb (patch)
treeaf55f466911750f3943af2e16088785c029dff6d /plugins
parent89b6fade24bcab74b79959cffc106d9ebc57d680 (diff)
Add translator hint.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/OStatus/lib/salmonaction.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/OStatus/lib/salmonaction.php b/plugins/OStatus/lib/salmonaction.php
index 5fdb11abe..f97c67edd 100644
--- a/plugins/OStatus/lib/salmonaction.php
+++ b/plugins/OStatus/lib/salmonaction.php
@@ -38,6 +38,7 @@ class SalmonAction extends Action
parent::prepare($args);
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
+ // TRANS: POST is a HTTP command. It should not be translated.
$this->clientError(_m('This method requires a POST.'));
}