From fd86f5bf1afbabdd01a7eebf96687052369a70df Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Feb 2011 20:54:42 +0000 Subject: [PATCH] Fix: Missing translation --- htdocs/admin/menus/menu.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/menus/menu.js.php b/htdocs/admin/menus/menu.js.php index 0a26385fe1e..c73e94cb31e 100644 --- a/htdocs/admin/menus/menu.js.php +++ b/htdocs/admin/menus/menu.js.php @@ -39,7 +39,7 @@ require_once("../../master.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php"); if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]); // If language was forced on URL by the main.inc.php -$langs->load("main",0,1); +$langs->load("main",0,0); // We need to load direction but also content to translate 'ExpandAll' ?>