]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilebackgroundimage.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilebackgroundimage.php
index 36eaa6c4111ecd1edf1cdcf4232d89477e39f994..bb0cef52a47ae56b753b091ba2e8260c370eae0f 100644 (file)
@@ -195,7 +195,7 @@ class ApiAccountUpdateProfileBackgroundImageAction extends ApiAuthAction
         $profile = $this->user->getProfile();
 
         if (empty($profile)) {
-            // TRANS: Client error displayed when a user has no profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->clientError(_('User has no profile.'));
             return;
         }