X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiaccountupdateprofileimage.php;h=3bf064ea891a90737dd260c2875f6bfe8ffc766f;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=986a8f3f1eed69c5c11d46dec84112b1e29458cb;hpb=8eb66467165e107d0c80c64f6c429fed1d1101d5;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountupdateprofileimage.php b/actions/apiaccountupdateprofileimage.php index 986a8f3f1e..3bf064ea89 100644 --- a/actions/apiaccountupdateprofileimage.php +++ b/actions/apiaccountupdateprofileimage.php @@ -127,7 +127,7 @@ class ApiAccountUpdateProfileImageAction extends ApiAuthAction $profile = $this->user->getProfile(); if (empty($profile)) { - // TRANS: Client error displayed if a user profile could not be found updating a profile image. + // TRANS: Error message displayed when referring to a user without a profile. $this->clientError(_('User has no profile.')); return; }