From 6406d5f8efe4546c8a864ee2cf91679a9a1b8494 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 4 Oct 2008 13:05:50 -0400 Subject: [PATCH] correctly refer to notice as a notice darcs-hash:20081004170550-5ed1f-69aadc2b9c26d71a1ba039eb92647f4e53c83de9.gz --- classes/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')); } }