X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsilence.php;h=09cc480d9ebbcb274dfe741ae822a84caabb8cf4;hb=e45b6df419c4be76ac8e21a59117b340524a6b35;hp=206e5ba878fcf797f30f51acef55b9d8e1d0dce5;hpb=985986e7e94862a943271b9c3030b35e74bc28e1;p=quix0rs-gnu-social.git diff --git a/actions/silence.php b/actions/silence.php index 206e5ba878..09cc480d9e 100644 --- a/actions/silence.php +++ b/actions/silence.php @@ -62,14 +62,14 @@ class SilenceAction extends ProfileFormAction assert(!empty($cur)); // checked by parent if (!$cur->hasRight(Right::SILENCEUSER)) { - $this->clientError(_("You cannot silence users on this site.")); + $this->clientError(_('You cannot silence users on this site.')); return false; } assert(!empty($this->profile)); // checked by parent if ($this->profile->isSilenced()) { - $this->clientError(_("User is already silenced.")); + $this->clientError(_('User is already silenced.')); return false; }