]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ModPlus/remoteprofileaction.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / plugins / ModPlus / remoteprofileaction.php
index 4822fc42486ef50bed71c99e59926bd22db09c15..4399c4813c61f5181c054172adad8c6b4f3ce502 100644 (file)
@@ -15,6 +15,7 @@ class RemoteProfileAction extends ShowstreamAction
         $this->profile = Profile::staticGet('id', $id);
 
         if (!$this->profile) {
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->serverError(_m('User has no profile.'));
             return false;
         }