Skip to content

Commit

Permalink
installer fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 14, 2024
1 parent 9bcb7e4 commit 80db23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/GUI/InstallerWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 80db23e

Please sign in to comment.