X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Furlsettings.php;h=02a895955dc5e7d62914733dc45821e9ba834a06;hb=9a6ee5e859635bd7acfbdf1e1994f665d39455af;hp=aaaa1b78dd55f9a94e3aa419181d95a9a8d3dcb1;hpb=18185b2237031e0931d76bb989f87f6c250de2a6;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;