X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdisfavor.php;h=e9fc17c5b730fd75b9faf3baaf918859d39b48ff;hb=2a70ed27e71e2e6e88359c88229d9c9ac5bb91a0;hp=39598d60bfd6aa08e551a4af056aa6c5ea37bd24;hpb=325cb4833db7e3fd396720f12a27b880b63f4173;p=quix0rs-gnu-social.git diff --git a/actions/disfavor.php b/actions/disfavor.php index 39598d60bf..e9fc17c5b7 100644 --- a/actions/disfavor.php +++ b/actions/disfavor.php @@ -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; }