]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilebackgroundimage.php
* i18n/L10n fixes.
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilebackgroundimage.php
index 87af962d2182c3b8bf64c07fa6a2e49f9a40ad43..badd8db002a71d43d295a0d5f2c8bd798cc98eab 100644 (file)
@@ -114,6 +114,7 @@ class ApiAccountUpdateProfileBackgroundImageAction extends ApiAuthAction
         }
 
         if (empty($this->user)) {
+            // TRANS: Client error when user not found updating a profile background image.
             $this->clientError(_('No such user.'), 404, $this->format);
             return;
         }