Update translator documentation per request of Nikerabbit.
This commit is contained in:
parent
b7aacc0818
commit
d6fe675fbe
|
@ -73,6 +73,7 @@ class ApprovesubAction extends Action
|
||||||
|
|
||||||
if (empty($this->request)) {
|
if (empty($this->request)) {
|
||||||
// TRANS: Client error displayed trying to approve subscription for a non-existing 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);
|
$this->clientError(sprintf(_('%s is not in the moderation queue for your subscriptions.'), $this->profile->nickname), 403);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user