X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=178a3586fdea7d473d77caf229039182992b1d32;hb=8b47400183052873b012dacf4eb5ba841914a886;hp=ca95abddf5e69942a04fd791a2767801af8d6a19;hpb=4bda1b2a36300b7d7571464b5b26b152d268085e;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index ca95abddf5..178a3586fd 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -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; }