X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Ffoaf.php;h=fa6efde6e478bbd9a385cb3b12856302d920a6be;hb=bce337e7c31c2badf34a3af99da6fc2158eedddd;hp=ceb575c7368353e18b9a1c21e2a04936a9be68db;hpb=8f776ec12d4a6c73a1e65e8732bf12a583eb2445;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; }