]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofile.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofile.php
index d0b9abe9b79fffcf3b8d5dbb6e56574e094d4d69..a572131f180434bae0153c290c64ab782725b5be 100644 (file)
@@ -90,7 +90,7 @@ class ApiAccountUpdateProfileAction 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