X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/d297e7b43dff2c97f05ca2802f150d51c31bfcb3..6b106efb4f8497f1bd9dc334683751508caa176e:/api/httpauth.inc.php diff --git a/api/httpauth.inc.php b/api/httpauth.inc.php index bc26582..79191cf 100644 --- a/api/httpauth.inc.php +++ b/api/httpauth.inc.php @@ -5,7 +5,7 @@ function authenticate() { header('WWW-Authenticate: Basic realm="del.icio.us API"'); header('HTTP/1.0 401 Unauthorized'); - die("Use of the API calls requires authentication."); + die(T_('Use of the API calls requires authentication.')); } if (!isset($_SERVER['PHP_AUTH_USER'])) {