Skip to content

Commit

Permalink
Load General language strings file during install
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed May 13, 2024
1 parent b5cee38 commit 5fe7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5fe7532

Please sign in to comment.