diff options
Diffstat (limited to 'classes/Command.php')
-rw-r--r-- | classes/Command.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Command.php b/classes/Command.php index 265e70f0a..e049ff8ce 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.')); } } |