]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesdestroy.php
replace 'public' in documentation with 'top'
[quix0rs-gnu-social.git] / actions / apistatusesdestroy.php
index d73e574b3c1c095b039c03ed528c0902248d3402..b4a8870faab92e6e5f5597b8e6701315900d0d7f 100644 (file)
@@ -97,7 +97,7 @@ class ApiStatusesDestroyAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed trying to execute an unknown API method deleting a status.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404
             );