From 5fe7532f165a11fa721434ef1aa361c3ec30d2ed Mon Sep 17 00:00:00 2001 From: Jon Stovell Date: Sat, 11 May 2024 16:06:08 -0600 Subject: [PATCH] Load General language strings file during install Signed-off-by: Jon Stovell --- other/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/install.php b/other/install.php index fc7d0260277..79e44385679 100644 --- a/other/install.php +++ b/other/install.php @@ -437,7 +437,7 @@ function load_lang_file() Lang::addDirs(Config::$languagesdir); // And now load the language file. - Lang::load('Install'); + Lang::load('General+Install'); } // This handy function loads some settings and the like.