]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SearchSub/searchsubaction.php
Style for invite forms and width fix for Onboard popup.
[quix0rs-gnu-social.git] / plugins / SearchSub / searchsubaction.php
index db1a0e9abcdeae6c4bd8ebe5a047ade35517d4e8..0234feef400c226da929f2e6d261ee8eed2b3448 100644 (file)
@@ -95,7 +95,7 @@ class SearchsubAction 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(_m('Not logged in.'));
             return false;
         }