diff --git a/classes/Command.php b/classes/Command.php index 265e70f0a5..e049ff8cef 100644 --- a/classes/Command.php +++ b/classes/Command.php @@ -136,7 +136,7 @@ class FaveCommand extends Command { mail_notify_fave($recipient, $this->user, $notice); $this->user->blowFavesCache(); - $channel->output($this->user, _('Message marked as fave.')); + $channel->output($this->user, _('Notice marked as fave.')); } }