From d6fe675fbe836b875dd272b00cd13f13a38f506e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 15 Jun 2011 13:12:36 +0200 Subject: [PATCH] Update translator documentation per request of Nikerabbit. --- actions/approvesub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/approvesub.php b/actions/approvesub.php index be07b6e877..5fbb2149bd 100644 --- a/actions/approvesub.php +++ b/actions/approvesub.php @@ -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); } -- 2.39.2