]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
Update design settings CSS output
[quix0rs-gnu-social.git] / actions / disfavor.php
index 57f6f7ca18c424f8a431f65a0f5194af10ed990a..e9fc17c5b730fd75b9faf3baaf918859d39b48ff 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Disfavor action.
  *
@@ -58,7 +57,7 @@ class DisfavorAction extends Action
     {
         parent::handle($args);
         if (!common_logged_in()) {
-            // TRANS: Client error displayed when trying to remove a favorite 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;
         }