]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / disfavor.php
index 6269f1bd25aa56022bc5cc076b8dcd0899d00ae0..3ccdd69af25f49a243561c61dfe25e4603cf46eb 100644 (file)
@@ -71,7 +71,7 @@ class DisfavorAction extends Action
         $notice = Notice::staticGet($id);
         $token  = $this->trimmed('token-'.$notice->id);
         if (!$token || $token != common_session_token()) {
-            $this->clientError(_("There was a problem with your session token. Try again, please."));
+            $this->clientError(_('There was a problem with your session token. Try again, please.'));
             return;
         }
         $fave            = new Fave();