Update translator documentation per request of Nikerabbit.

This commit is contained in:
Siebrand Mazeland 2011-06-15 13:12:36 +02:00
parent b7aacc0818
commit d6fe675fbe
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class ApprovesubAction extends Action
if (empty($this->request)) {
// TRANS: Client error displayed trying to approve subscription for a non-existing request.
// TRANS: %s is a user nickname.
$this->clientError(sprintf(_('%s is not in the moderation queue for your subscriptions.'), $this->profile->nickname), 403);
}