]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsforuser.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / actions / peopletagsforuser.php
index 6496bb0906fc0457d27a107ed4f67b0944a7398b..9883bd3657dc8170a9f6b1910917711629acb9cc 100644 (file)
@@ -83,7 +83,7 @@ class PeopletagsforuserAction extends OwnerDesignAction
         $this->tagged = $this->user->getProfile();
 
         if (!$this->tagged) {
-            // 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;
         }