]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/pluginenable.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / pluginenable.php
index 0f2b4ba6702201f8c39de493d0ba465529aa7f1c..4caa6baf37e5f161d3eeabdf4b678250aafb6380 100644 (file)
@@ -84,6 +84,7 @@ class PluginEnableAction extends Action
         $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->clientError(_('There was a problem with your session token.'.
                                  ' Try again, please.'));
             return false;