]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/usergroups.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / usergroups.php
index ca95abddf5e69942a04fd791a2767801af8d6a19..178a3586fdea7d473d77caf229039182992b1d32 100644 (file)
@@ -99,7 +99,7 @@ class UsergroupsAction extends ProfileAction
         $this->profile = $this->user->getProfile();
 
         if (!$this->profile) {
-            // TRANS: Server error displayed requesting groups 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;
         }