From: Siebrand Mazeland Date: Fri, 21 Jan 2011 00:16:30 +0000 (+0100) Subject: Add correct punctuation for client exception. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ee5479b902afb74c4712f28f9a0c29b500054580;p=quix0rs-gnu-social.git Add correct punctuation for client exception. --- diff --git a/actions/atompubshowfavorite.php b/actions/atompubshowfavorite.php index 328f35d8f9..1727e0c3cf 100644 --- a/actions/atompubshowfavorite.php +++ b/actions/atompubshowfavorite.php @@ -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();