]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribe.php
add activitystreams links to other actions
[quix0rs-gnu-social.git] / actions / subscribe.php
index fad153fc6e39f1f0110775527eabdce15717f970..b8c1cdd8f78bbe3c663dda13f48b706d14155242 100644 (file)
@@ -94,7 +94,7 @@ class SubscribeAction extends Action
         $this->user = common_current_user();
 
         if (empty($this->user)) {
-            // TRANS: Client error displayed trying to subscribe when 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 false;
         }