We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a437685 commit 29515f7Copy full SHA for 29515f7
Python/gui/gui.py
@@ -35,7 +35,7 @@ def init_window():
35
warnings.load_conversion_and_warning_rules() # TODO: Why is this called in this GUI function?
36
37
window = sg.Window(
38
- f"Legacy Mod Converter version {cfg.CONVERTER_VERSION} for CCCP {cfg.GAME_VERSION}",
+ f"Legacy Mod Converter {cfg.CONVERTER_VERSION} for CCCP {cfg.GAME_VERSION}",
39
gui_layout.get_layout(),
40
icon=utils.resource_path("Media/legacy-mod-converter.ico"),
41
font=("Helvetica", 16)
0 commit comments