From 80db23eb3f35b930ad7c910c3dc498f560e244ed Mon Sep 17 00:00:00 2001 From: Die4Ever Date: Sun, 14 Apr 2024 18:23:27 -0500 Subject: [PATCH] installer fix missing space --- installer/GUI/InstallerWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/GUI/InstallerWindow.py b/installer/GUI/InstallerWindow.py index 399824e7f..ffe402346 100644 --- a/installer/GUI/InstallerWindow.py +++ b/installer/GUI/InstallerWindow.py @@ -290,7 +290,7 @@ def _Install(self): installedflavorstext = 'Installed DXRando for: ' + installedflavorstext[0:-2] if flavors.get('Vanilla', {}).get('FixVanilla'): - installedflavorstext = 'Fixed vanilla.' + installedflavorstext + installedflavorstext = 'Fixed vanilla. ' + installedflavorstext if not installedflavorstext: # done with something idk what installedflavorstext = 'Done.'