X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiuserprofileimage.php;h=2d26e5c4eaaf3eeae52dd7bdb3d499d04cb7bbc1;hb=dbc6d607ce08a0dc4fcd2931b31ab66589d15878;hp=d2cf9a3e579fe21cd20df074ab5eace3fb87ccef;hpb=b83e7005ed9dfe8675f9fbbae00650a8c6a62511;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; }