X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffoaf.php;h=fa6efde6e478bbd9a385cb3b12856302d920a6be;hb=26a92b28014685ba477888a27a49195b8e077b75;hp=ceb575c7368353e18b9a1c21e2a04936a9be68db;hpb=99db745f9d8746e3170bf779746d855c44f0b951;p=quix0rs-gnu-social.git diff --git a/actions/foaf.php b/actions/foaf.php index ceb575c736..fa6efde6e4 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -65,7 +65,7 @@ class FoafAction extends Action $this->profile = $this->user->getProfile(); if (!$this->profile) { - // TRANS: Server error displayed when requesting Friends of a Friend feed for a user for which the profile could not be found. + // TRANS: Error message displayed when referring to a user without a profile. $this->serverError(_('User has no profile.'), 500); return false; }