Skip to content

Commit 5fc894f

Browse files
committed
Fixed the language thing sourcery said.
Issues done: Hogjects#203, Hogjects#202, Hogjects#200, Hogjects#180
1 parent 7d4dd7e commit 5fc894f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lufus/gui/start_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _load_initial_language():
4646

4747
state.language = detect_system_language()
4848
except Exception:
49-
pass
49+
state.language = "English"
5050

5151

5252
def _show_root_warning() -> None:

0 commit comments

Comments
 (0)