]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilecolors.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilecolors.php
index 4c102c4090f6f9fa1e5a9953811519e0a914f2a3..621b05b0d906a1f0d21398936f14fc5c7afc6f18 100644 (file)
@@ -111,7 +111,7 @@ class ApiAccountUpdateProfileColorsAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed trying to execute an unknown API method updating profile colours.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404,
                 $this->format