]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdatedeliverydevice.php
replace 'public' in documentation with 'top'
[quix0rs-gnu-social.git] / actions / apiaccountupdatedeliverydevice.php
index a36806b216cd8f3dc647d19e473d1c9f6c8a7bf4..57e4fbfa00f3f7ef1ab0f1573988cc83e73a6428 100644 (file)
@@ -88,7 +88,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed handling a non-existing API method.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404,
                 $this->format