X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapprovesub.php;h=5fbb2149bd83d08555937c4a849e6422b1ca4dce;hb=88c00facc807d1c138146c02c703e2294b5d357b;hp=d30da25d32b3eea19d1cdbb459b28256cd8172a0;hpb=e862dcdb8a9cfc21cf00513d76f40d20dd3b1b7a;p=quix0rs-gnu-social.git diff --git a/actions/approvesub.php b/actions/approvesub.php index d30da25d32..5fbb2149bd 100644 --- a/actions/approvesub.php +++ b/actions/approvesub.php @@ -2,7 +2,7 @@ /** * StatusNet, the distributed open-source microblogging tool * - * Leave a group + * Approve group subscription request * * PHP version 5 * @@ -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); }