Skip to content

Commit

Permalink
rebirth fix missing settings explanation string
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 4, 2022
1 parent 735668b commit 4038f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Themes/Rebirth/BGAnimations/playerInfoFrame/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ local translations = {
Volume = THEME:GetString("Settings", "Volume"),
VolumeExplanation = THEME:GetString("Settings", "VolumeExplanation"),
MenuSounds = THEME:GetString("Settings", "MenuSounds"),
MenuSoundExplanation = THEME:GetString("Settings", "MenuSoundExplanation"),
MenuSoundsExplanation = THEME:GetString("Settings", "MenuSoundsExplanation"),
MineSounds = THEME:GetString("Settings", "MineSounds"),
MineSoundsExplanation = THEME:GetString("Settings", "MineSoundsExplanation"),
PitchRates = THEME:GetString("Settings", "PitchRates"),
Expand Down
2 changes: 1 addition & 1 deletion Themes/Rebirth/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ AssetSettingsButton=Asset Settings
Volume=Volume
VolumeExplanation=All sound volume.
MenuSounds=Menu Sounds
MenuSoundExplanation=Toggle sounds on menu items.
MenuSoundsExplanation=Toggle sounds on menu items.
MineSounds=Mine Sounds
MineSoundsExplanation=Toggle sounds for mine explosions.
PitchRates=Pitch on Rates
Expand Down

0 comments on commit 4038f31

Please sign in to comment.