Fixed missing OWR brand labels

This commit is contained in:
codemann8
2023-12-23 03:42:52 -06:00
parent 80eac44ac0
commit bd5232bf24
2 changed files with 2 additions and 2 deletions

2
Gui.py
View File

@@ -34,7 +34,7 @@ def check_python_version(fish):
import sys
version = sys.version_info
if version.major < 3 or version.minor < 7:
messagebox.showinfo("Door Shuffle " + ESVersion, fish.translate("cli","cli","old.python.version") % sys.version)
messagebox.showinfo("Overworld Shuffle %s (DR %s)" % (ORVersion, ESVersion), fish.translate("cli","cli","old.python.version") % sys.version)
# Save settings to file