Skip to content

Commit

Permalink
installer clarify "Zero Changes" mode in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Nov 29, 2023
1 parent 6e55a47 commit fed49aa
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 @@ -152,7 +152,7 @@ def InitFlavorSettings(self, f: str, row, pad) -> int:
v = BooleanVar(master=self.frame, value=True)
settings['FixVanilla'] = v
c = Checkbutton(self.frame, text="Also apply fixes for vanilla", variable=v)
Hovertip(c, "Also apply all the fixes for DeusEx.exe, so you can play without Randomizer's changes.")
Hovertip(c, "Also apply all the fixes for DeusEx.exe, so you can play without Randomizer's changes.\nThis is like a \"Zero Changes\" mode as opposed to DXRando's \"Zero Rando\" mode.")
c.grid(column=1,row=row, sticky='SW', padx=pad*4, pady=pad)
self.FixColors(c)
row+=1
Expand Down

0 comments on commit fed49aa

Please sign in to comment.