From: Siebrand Mazeland Date: Sun, 24 Apr 2011 17:57:47 +0000 (+0200) Subject: Fix incorrect UI message. Spotted by Nike. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69e1bd3a58da8a2f9f8eefe8b61d94c9e2f6f71c;p=quix0rs-gnu-social.git Fix incorrect UI message. Spotted by Nike. --- diff --git a/actions/removepeopletag.php b/actions/removepeopletag.php index 93cb5b152f..6943f35ed1 100644 --- a/actions/removepeopletag.php +++ b/actions/removepeopletag.php @@ -147,9 +147,9 @@ class RemovepeopletagAction extends Action $user = User::staticGet('id', $this->tagged->id); if ($user) { $this->clientError( - // TRANS: Client error displayed when an unknown error occurs while listing a user. + // TRANS: Client error displayed when an unknown error occurs while delisting a user. // TRANS: %s is a username. - sprintf(_('There was an unexpected error while listing %s.'), + sprintf(_('There was an unexpected error while delisting %s.'), $user->nickname)); } else { // TRANS: Client error displayed when an unknown error occurs while listing a user.