]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add correct punctuation for client exception.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 21 Jan 2011 00:16:30 +0000 (01:16 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 21 Jan 2011 09:55:08 +0000 (10:55 +0100)
actions/atompubshowfavorite.php

index 328f35d8f9acf55062f8eedfd234fa97e91a9950..1727e0c3cf9499e7935ba61fbed13db0cda0c88a 100644 (file)
@@ -149,7 +149,7 @@ class AtompubshowfavoriteAction extends ApiAuthAction
             $this->auth_user->id != $this->_profile->id) {
             // TRANS: Client exception thrown when trying to remove a favorite notice of another user.
             throw new ClientException(_("Cannot delete someone else's".
-                                        " favorite"), 403);
+                                        " favorite."), 403);
         }
 
         $this->_fave->delete();