]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correctly refer to notice as a notice
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:05:50 +0000 (13:05 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:05:50 +0000 (13:05 -0400)
darcs-hash:20081004170550-5ed1f-69aadc2b9c26d71a1ba039eb92647f4e53c83de9.gz

classes/Command.php

index 265e70f0a567684d07f868039b3a104f75b68ed2..e049ff8cefcd8f42d34f16f0c33f95c339f5701c 100644 (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.'));
        }
 }