Add translator hint.

This commit is contained in:
Siebrand Mazeland
2010-09-12 17:08:49 +02:00
parent 89b6fade24
commit a9fad9a7ac
19 changed files with 19 additions and 0 deletions

View File

@@ -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.'));
}