diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php
index 06e3279fa543c91b15da0c0706fc711f7d122b3e..5749fbbb4fb49226cf77333ebadbb0e62e13e273 100644
--- a/htdocs/admin/const.php
+++ b/htdocs/admin/const.php
@@ -146,7 +146,8 @@ if ($action == 'delete')
 
 $form = new Form($db);
 
-llxHeader('',$langs->trans("OtherSetup"));
+$wikihelp='EN:Setup_Other|FR:Paramétrage_Divers|ES:Configuración_Varios';
+llxHeader('',$langs->trans("Setup"),$wikihelp);
 
 // Add logic to show/hide buttons
 if ($conf->use_javascript_ajax)