]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/oauthconnectionssettings.php
use inboxnoticestream in RSS 1.0
[quix0rs-gnu-social.git] / actions / oauthconnectionssettings.php
index bcef773ac6fe5a787f3d0d7070d73a026decbe93..5c667309317c17e9c6a7a8e836ae6e5093e69ab7 100644 (file)
@@ -132,6 +132,7 @@ class OauthconnectionssettingsAction extends SettingsAction
 
         $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;