diff --git a/web/site/index.php b/web/site/index.php
index f70e9f9..0bb51a9 100644
--- a/web/site/index.php
+++ b/web/site/index.php
@@ -69,7 +69,7 @@ if (is_null($dlang)) $dlang='en';
$tdom='masthelp';
$locale=localemap($dlang);
-//echo $locale.'
'.N;
+//echo 'locale: '.$locale.'
'.N;
setlocale(LC_ALL,$locale);
bindtextdomain($tdom,'./locale');
textdomain($tdom);