- fixed the label for "Master Volume".

The text already existed, just with a different name.
This commit is contained in:
Christoph Oelckers 2019-03-24 12:56:38 +01:00
parent 04c103811c
commit 48cff0a617
1 changed files with 1 additions and 1 deletions

View File

@ -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