X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeletenotice.php;h=9032de897416f272dc53bce51d568d7b147810c9;hb=894ef352591fe581909c01c46047bf530e59a984;hp=c997bb756a9010c058a491af91afbcfaf8b509ac;hpb=a159352b6553cf69420739f237a7dbfaf4bc865a;p=quix0rs-gnu-social.git diff --git a/actions/deletenotice.php b/actions/deletenotice.php index c997bb756a..9032de8974 100644 --- a/actions/deletenotice.php +++ b/actions/deletenotice.php @@ -174,6 +174,7 @@ class DeletenoticeAction extends Action $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->showForm(_('There was a problem with your session token. ' . 'Try again, please.')); return;