X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Furlsettings.php;h=02a895955dc5e7d62914733dc45821e9ba834a06;hb=06f19d523a381de2f782dadfd86380fa5f9cb6a6;hp=aaaa1b78dd55f9a94e3aa419181d95a9a8d3dcb1;hpb=9f1603462dce7a24d432698c4f46d7dcf1bf7c4f;p=quix0rs-gnu-social.git diff --git a/actions/urlsettings.php b/actions/urlsettings.php index aaaa1b78dd..02a895955d 100644 --- a/actions/urlsettings.php +++ b/actions/urlsettings.php @@ -167,6 +167,7 @@ class UrlsettingsAction extends SettingsAction // 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->showForm(_('There was a problem with your session token. '. 'Try again, please.')); return;