X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserrss.php;h=85ea2fd7fa4213722084a5eb904abf29a2225025;hb=5eb6c0d73132a4fb408aca8ce88e4f75e1e79997;hp=b60cc5e0c7100982f0f37f518fccecf29777d513;hpb=894ef352591fe581909c01c46047bf530e59a984;p=quix0rs-gnu-social.git diff --git a/actions/userrss.php b/actions/userrss.php index b60cc5e0c7..85ea2fd7fa 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -106,8 +106,8 @@ class UserrssAction extends Rss10Action $profile = $user->getProfile(); if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - // TRANS: Server error displayed in user RSS when user does not have a matching 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 null; } $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);