]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupblock.php
i18n for "Keyword(s)"
[quix0rs-gnu-social.git] / actions / groupblock.php
index fe09cbc2d66dca8b04891b9c8596d7aacfab0c26..faf18c6adb71a94fbdddaf263292bd9751062fee 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;