]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/designsettings.php
Update translator documentation.
[quix0rs-gnu-social.git] / lib / designsettings.php
index eb3a5908e6ff8c05fec602461fff15553c608686..e88bbf88cfcca16ab9d8bc3ec9fa80cae9c5a133 100644 (file)
@@ -119,6 +119,7 @@ class DesignSettingsAction 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;