]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation per request of Nikerabbit.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 15 Jun 2011 11:12:36 +0000 (13:12 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 15 Jun 2011 11:25:41 +0000 (13:25 +0200)
actions/approvesub.php

index be07b6e877e37a227f87afb15b399a4d103c5983..5fbb2149bd83d08555937c4a849e6422b1ca4dce 100644 (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);
         }