X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Favatarbynickname.php;h=a581d5ae35ab16595e0236b86356ffad7339e9b0;hb=dbc6d607ce08a0dc4fcd2931b31ab66589d15878;hp=fa97a86ebf69b98127791ddf7a42731e8c7c4264;hpb=0229c22d2358933758fea98284349a871106b3bd;p=quix0rs-gnu-social.git diff --git a/actions/avatarbynickname.php b/actions/avatarbynickname.php index fa97a86ebf..a581d5ae35 100644 --- a/actions/avatarbynickname.php +++ b/actions/avatarbynickname.php @@ -81,7 +81,7 @@ class AvatarbynicknameAction extends Action } $profile = $user->getProfile(); if (!$profile) { - // TRANS: Client error displayed trying to get an avatar for a user without a profile. + // TRANS: Error message displayed when referring to a user without a profile. $this->clientError(_('User has no profile.')); return; }