]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiuserprofileimage.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / actions / apiuserprofileimage.php
index d2cf9a3e579fe21cd20df074ab5eace3fb87ccef..2d26e5c4eaaf3eeae52dd7bdb3d499d04cb7bbc1 100644 (file)
@@ -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;
         }