diff --git a/SettingsList.py b/SettingsList.py index d5ddcebde..8fb96271b 100644 --- a/SettingsList.py +++ b/SettingsList.py @@ -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. @@ -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', @@ -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', @@ -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',