X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiuserprofileimage.php;h=2d26e5c4eaaf3eeae52dd7bdb3d499d04cb7bbc1;hb=0e439117a75698629c5066d0241ab41dc07b5ee1;hp=d2cf9a3e579fe21cd20df074ab5eace3fb87ccef;hpb=9a6ceb3303a98d1c5fba3587f32d0377e55062cc;p=quix0rs-gnu-social.git diff --git a/actions/apiuserprofileimage.php b/actions/apiuserprofileimage.php index d2cf9a3e57..2d26e5c4ea 100644 --- a/actions/apiuserprofileimage.php +++ b/actions/apiuserprofileimage.php @@ -84,7 +84,7 @@ class ApiUserProfileImageAction extends ApiPrivateAuthAction $profile = $this->user->getProfile(); if (empty($profile)) { - // TRANS: Client error displayed when requesting user information 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; }