]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unsubscribe.php
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / actions / unsubscribe.php
index 73661a4f169795cf46e24521c222e8e90e9c4aaf..ba9ecd8f00e5d46b3409181f89dc5bfcb4201995 100644 (file)
@@ -48,7 +48,7 @@ class UnsubscribeAction extends Action
     {
         parent::handle($args);
         if (!common_logged_in()) {
-            // TRANS: Client error displayed when trying to unsubscribe while not logged in.
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));
             return;
         }