From c6982b8b07dcce446980abb6feb4bdab370ed5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9o?= <92678879+neo-garaix@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:05:36 +0100 Subject: [PATCH] UPDAT: French to English MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Étienne Trimaille --- mapBuilder/controllers/default.classic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapBuilder/controllers/default.classic.php b/mapBuilder/controllers/default.classic.php index 2eecdcb1..1ca3e96c 100644 --- a/mapBuilder/controllers/default.classic.php +++ b/mapBuilder/controllers/default.classic.php @@ -21,7 +21,7 @@ public function index() return $rep; } - $rep = $this->getResponse('html', true); // true désactive le template général + $rep = $this->getResponse('html', true); // true disables the global/main template $configFile = jApp::varconfigPath('mapBuilder.ini.php'); if (!file_exists($configFile)) {