]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsbyuser.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / actions / peopletagsbyuser.php
index 62c956ff931e5a0ef6bef9172bb55f5a971355ec..d348585c900354e365e3b970e40d8d135257ca09 100644 (file)
@@ -101,7 +101,7 @@ class PeopletagsbyuserAction extends OwnerDesignAction
         $this->tagger = $this->user->getProfile();
 
         if (!$this->tagger) {
-            // TRANS: Server error displayed when a user has no profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->serverError(_('User has no profile.'));
             return false;
         }