X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..6b82542171500ea7134f7a4095b79cb781351465:/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'])) {