correctly refer to notice as a notice

darcs-hash:20081004170550-5ed1f-69aadc2b9c26d71a1ba039eb92647f4e53c83de9.gz
This commit is contained in:
Evan Prodromou 2008-10-04 13:05:50 -04:00
parent 46b96887e6
commit 6406d5f8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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.'));
}
}