]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/block.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / block.php
index fe4ec00881e6565a503bcaac1dc82d601789aede..7f609c253b99b2d270f65c2779f784ebdf0a2d83 100644 (file)
@@ -66,7 +66,7 @@ class BlockAction extends ProfileFormAction
         assert(!empty($cur)); // checked by parent
 
         if ($cur->hasBlocked($this->profile)) {
-            $this->clientError(_("You already blocked that user."));
+            $this->clientError(_('You already blocked that user.'));
             return false;
         }