]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / disfavor.php
index 39598d60bfd6aa08e551a4af056aa6c5ea37bd24..e9fc17c5b730fd75b9faf3baaf918859d39b48ff 100644 (file)
@@ -57,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;
         }