]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/hcard.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / hcard.php
index 8781f6f882e64514f75da759131fb2d399f815b9..6db2972b9dcf40a727f94bc45bc20091bcd4d031 100644 (file)
@@ -71,7 +71,7 @@ class HcardAction extends Action
         $this->profile = $this->user->getProfile();
 
         if (!$this->profile) {
-            // TRANS: Server error displayed when trying to get a user hCard for a user without a profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->serverError(_('User has no profile.'));
             return false;
         }