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