From a12474a99d0322123b1c8318dfa609d5d5392c7f Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 25 Oct 2010 23:51:00 +0200 Subject: * i18n/L10n fixes. * translator documentation updated. * superfluous whitespace removed. --- actions/apiaccountupdateprofile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/apiaccountupdateprofile.php') diff --git a/actions/apiaccountupdateprofile.php b/actions/apiaccountupdateprofile.php index aea10e33e..163dac42d 100644 --- a/actions/apiaccountupdateprofile.php +++ b/actions/apiaccountupdateprofile.php @@ -51,7 +51,6 @@ class ApiAccountUpdateProfileAction extends ApiAuthAction * @param array $args $_REQUEST args * * @return boolean success flag - * */ function prepare($args) { @@ -91,6 +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. _('API method not found.'), 404, $this->format -- cgit v1.2.3-54-g00ecf