X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fremovepeopletag.php;h=6943f35ed1cbb3eb694737ba69b62ffbe544c6b9;hb=69e1bd3a58da8a2f9f8eefe8b61d94c9e2f6f71c;hp=93cb5b152f6a0bc8622031f874d4ad344946fc4c;hpb=f70569ddb5b109bdc18fce033bf38bf00247871d;p=quix0rs-gnu-social.git 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.