]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/urlsettings.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / urlsettings.php
index aaaa1b78dd55f9a94e3aa419181d95a9a8d3dcb1..02a895955dc5e7d62914733dc45821e9ba834a06 100644 (file)
@@ -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;