]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilebackgroundimage.php
Merge branch 'lists_fixes' into 1.0.x
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilebackgroundimage.php
index f26c30198d40335dec3139550ee616c3ac898d5f..36eaa6c4111ecd1edf1cdcf4232d89477e39f994 100644 (file)
@@ -88,7 +88,7 @@ class ApiAccountUpdateProfileBackgroundImageAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed when trying to handle an unknown API method.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404,
                 $this->format