]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/foaf.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / actions / foaf.php
index ceb575c7368353e18b9a1c21e2a04936a9be68db..fa6efde6e478bbd9a385cb3b12856302d920a6be 100644 (file)
@@ -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;
         }