]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupblock.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / actions / groupblock.php
index 133101eb7aefee0a83866291136c55ec3ff354c4..979a56a81d4ab92793f7956f148320f477ef2355 100644 (file)
@@ -95,7 +95,7 @@ class GroupblockAction extends Action
             $this->clientError(_('User is already blocked from group.'));
             return false;
         }
-        // XXX: could have proactive blocks, but we do not have UI for it.
+        // XXX: could have proactive blocks, but we don't have UI for it.
         if (!$this->profile->isMember($this->group)) {
             $this->clientError(_('User is not a member of group.'));
             return false;