From: Siebrand Mazeland Date: Wed, 15 Jun 2011 11:12:36 +0000 (+0200) Subject: Update translator documentation per request of Nikerabbit. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6fe675fbe836b875dd272b00cd13f13a38f506e;p=quix0rs-gnu-social.git Update translator documentation per request of Nikerabbit. --- 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); }