From ee5479b902afb74c4712f28f9a0c29b500054580 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 21 Jan 2011 01:16:30 +0100 Subject: [PATCH] Add correct punctuation for client exception. --- actions/atompubshowfavorite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();