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.'