]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/avatarsettings.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / avatarsettings.php
index d9542a39c8f7813634f9c5c4e531aa4b0ddff538..7cc55e1e3fd4b7c567924a333a7e4cb7d13c0730 100644 (file)
@@ -277,6 +277,7 @@ class AvatarsettingsAction 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;