]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / actions / replies.php
index 54109b7b9f40f731f7e428d8ff1960353248a36a..7ae2d0eb766c18d8aa1a130062539c1640c87917 100644 (file)
@@ -76,7 +76,7 @@ class RepliesAction extends OwnerDesignAction
         $profile = $this->user->getProfile();
 
         if (!$profile) {
-            // TRANS: Server error displayed when trying to reply to 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;
         }