X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgrouplogo.php;h=a6694cd837c929327da53689ea267058a8ccca92;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=db0d40ff0c1036049bac9d6d66f5970bbdc3be48;hpb=55b4303ea4da2a74723f7df5dbd1d83ae3922d27;p=quix0rs-gnu-social.git diff --git a/actions/grouplogo.php b/actions/grouplogo.php index db0d40ff0c..a6694cd837 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -180,8 +180,8 @@ class GrouplogoAction extends GroupDesignAction if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - // TRANS: Server error displayed coming across a request from a user without a profile. - $this->serverError(_('User without matching profile.')); + // TRANS: Error message displayed when referring to a user without a profile. + $this->serverError(_('User has no profile.')); return; }