]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/atompubshowfavorite.php
Add correct punctuation for client exception.
[quix0rs-gnu-social.git] / 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();