X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffavor.php;h=39d7735d0085a4a43cbab0d9bf0ef92f9a0adb6f;hb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;hp=494648f67169f0b71629f429b4ec9988d28a7f85;hpb=894ef352591fe581909c01c46047bf530e59a984;p=quix0rs-gnu-social.git diff --git a/actions/favor.php b/actions/favor.php index 494648f671..39d7735d00 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -58,7 +58,7 @@ class FavorAction extends Action { parent::handle($args); if (!common_logged_in()) { - // TRANS: Client error displayed when trying to mark a notice as favorite without being logged in. + // TRANS: Error message displayed when trying to perform an action that requires a logged in user. $this->clientError(_('Not logged in.')); return; }