From: Brion Vibber <brion@pobox.com>
Date: Tue, 8 Mar 2011 18:58:14 +0000 (-0800)
Subject: 'note' -> 'notice' in an error message -- thx to AVRS on IRC for the catch on transla... 
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b0ca315b4c232b63b0b453ff4c7fc732f3670ff;p=quix0rs-gnu-social.git

'note' -> 'notice' in an error message -- thx to AVRS on IRC for the catch on translatewiki.net :D
---

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,