Skip to content

Commit

Permalink
- fixed the label for "Master Volume".
Browse files Browse the repository at this point in the history
The text already existed, just with a different name.
  • Loading branch information
coelckers committed Mar 24, 2019
1 parent 04c1038 commit 48cff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/menudef.txt
Expand Up @@ -1814,7 +1814,7 @@ OptionValue MidiDevices
OptionMenu SoundOptions protected
{
Title "$SNDMNU_TITLE"
Slider "$SNDMNU_MASTERVOLUME", "snd_mastervolume", 0, 1, 0.05, 2
Slider "$MODMNU_MASTERVOLUME", "snd_mastervolume", 0, 1, 0.05, 2
StaticText " "
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
Expand Down

0 comments on commit 48cff0a

Please sign in to comment.