X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Feditapplication.php;h=02fae3eb49f4828dfc0612370a38347ba6150277;hb=f4e17c1bdf42643c2bb530228f88809147992e9d;hp=4e67d9e57b05255ceb5ab6f908a0b13ddab9cc78;hpb=47f31bce47b182aa55c02c7872d7e473d3ab10f2;p=quix0rs-gnu-social.git diff --git a/actions/editapplication.php b/actions/editapplication.php index 4e67d9e57b..02fae3eb49 100644 --- a/actions/editapplication.php +++ b/actions/editapplication.php @@ -128,6 +128,7 @@ class EditApplicationAction extends OwnerDesignAction // CSRF protection $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) { + // TRANS: Client error displayed when the session token does not match or is not given. $this->clientError(_('There was a problem with your session token.')); return; }