From 5b0ca315b4c232b63b0b453ff4c7fc732f3670ff Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 8 Mar 2011 10:58:14 -0800 Subject: [PATCH] 'note' -> 'notice' in an error message -- thx to AVRS on IRC for the catch on translatewiki.net :D --- actions/atompubfavoritefeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/atompubfavoritefeed.php b/actions/atompubfavoritefeed.php index c31fcbd72a..634bb22457 100644 --- a/actions/atompubfavoritefeed.php +++ b/actions/atompubfavoritefeed.php @@ -256,7 +256,7 @@ class AtompubfavoritefeedAction extends ApiAuthAction if (empty($notice)) { // XXX: import from listed URL or something // TRANS: Client exception thrown when trying favorite a notice without content. - throw new ClientException(_('Unknown note.')); + throw new ClientException(_('Unknown notice.')); } $old = Fave::pkeyGet(array('user_id' => $this->auth_user->id,