]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favor.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / favor.php
index afca9768ae0c4c69c57065101f21f8b6dab6b8ea..475912fd0b1722ba924a842f85bf9288af36e1ad 100644 (file)
@@ -72,7 +72,7 @@ class FavorAction 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;
         }
         if ($user->hasFave($notice)) {