Skip to content

Commit

Permalink
Empty Pots/Crates GUI format
Browse files Browse the repository at this point in the history
Co-authored-by: Fenhl <[email protected]>
  • Loading branch information
rrealmuto and fenhl authored Dec 8, 2023
1 parent 3de3817 commit 092d614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SettingsList.py
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,7 @@ class SettingInfos:
}
)
shuffle_empty_pots = Checkbutton(
gui_text = 'Include empty pots',
gui_text = 'Include Empty Pots',
default = False,
gui_tooltip = '''\
Enabling this will include empty pots into the location
Expand Down Expand Up @@ -2662,7 +2662,7 @@ class SettingInfos:
)

shuffle_empty_crates = Checkbutton(
gui_text = 'Include empty crates',
gui_text = 'Include Empty Crates',
default = False,
gui_tooltip = '''\
Enabling this will include empty crates into the location
Expand Down

0 comments on commit 092d614

Please sign in to comment.