diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:05:50 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:05:50 -0400 |
commit | 6406d5f8efe4546c8a864ee2cf91679a9a1b8494 (patch) | |
tree | eca9eec8b845204386a75f333f8277df4027f6d0 | |
parent | 46b96887e614e65a3bd10893fb17c4f76b58d6e0 (diff) |
correctly refer to notice as a notice
darcs-hash:20081004170550-5ed1f-69aadc2b9c26d71a1ba039eb92647f4e53c83de9.gz
-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.')); } } |