X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fprofiletagbyid.php;h=396e634abae6fa49d8c7e093c76fd1ac4b270439;hb=a2e4a1803c2fef25ffc94d306781cec4ae18a5b5;hp=3a70f54add13e6fd43154cb85452f7e19674a0dc;hpb=5304373b0b5c9905b30c85b565c23246d377467b;p=quix0rs-gnu-social.git diff --git a/actions/profiletagbyid.php b/actions/profiletagbyid.php index 3a70f54add..396e634aba 100644 --- a/actions/profiletagbyid.php +++ b/actions/profiletagbyid.php @@ -63,8 +63,8 @@ class ProfiletagbyidAction extends Action $this->peopletag = Profile_list::staticGet('id', $id); if (!$this->peopletag) { - // TRANS: Client error displayed trying to reference a non-existing people tag. - $this->clientError(_('No such people tag.'), 404); + // TRANS: Client error displayed trying to reference a non-existing list. + $this->clientError(_('No such list.'), 404); return false; }