Skip to content

Commit 29515f7

Browse files
committed
Remove the explicit word "version" from the title
1 parent a437685 commit 29515f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def init_window():
3535
warnings.load_conversion_and_warning_rules() # TODO: Why is this called in this GUI function?
3636

3737
window = sg.Window(
38-
f"Legacy Mod Converter version {cfg.CONVERTER_VERSION} for CCCP {cfg.GAME_VERSION}",
38+
f"Legacy Mod Converter {cfg.CONVERTER_VERSION} for CCCP {cfg.GAME_VERSION}",
3939
gui_layout.get_layout(),
4040
icon=utils.resource_path("Media/legacy-mod-converter.ico"),
4141
font=("Helvetica", 16)

0 commit comments

Comments
 (0)