Skip to content

Commit

Permalink
Change new settings' display names from “X Shuffle” to “Shuffle X” (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl authored and rrealmuto committed Oct 24, 2022
1 parent a09a0a3 commit 4cdc270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SettingsList.py
Original file line number Diff line number Diff line change
Expand Up @@ -3094,7 +3094,7 @@ def __init__(self, name, gui_text, min, max, default, step=1,
This restricts where song items can appear.
'Song Locations': Song will only appear at locations that
normally teach songs. In Multiworld, songs will only
normally teach songs. In Multiworld, songs will only
appear in their own world.
'Dungeon Rewards': Songs appear at the end of dungeons.
Expand Down Expand Up @@ -3124,7 +3124,7 @@ def __init__(self, name, gui_text, min, max, default, step=1,
),
Combobox(
name = 'shuffle_freestanding_items',
gui_text = 'Rupee & Heart Shuffle',
gui_text = 'Shuffle Rupees & Hearts',
default = 'off',
choices = {
'off': 'Off',
Expand All @@ -3149,7 +3149,7 @@ def __init__(self, name, gui_text, min, max, default, step=1,
),
Combobox(
name = 'shuffle_pots',
gui_text = 'Pot Shuffle',
gui_text = 'Shuffle Pots',
default = 'off',
choices = {
'off': 'Off',
Expand Down Expand Up @@ -3179,7 +3179,7 @@ def __init__(self, name, gui_text, min, max, default, step=1,
),
Combobox(
name = 'shuffle_crates',
gui_text = 'Crate Shuffle',
gui_text = 'Shuffle Crates',
default = 'off',
choices = {
'off': 'Off',
Expand Down

0 comments on commit 4cdc270

Please sign in to comment.