Commit 95aeef3e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fluidsynth: correct sound font location in preferences

parent c766ac42
...@@ -93,7 +93,8 @@ static int Open (vlc_object_t *p_this) ...@@ -93,7 +93,8 @@ static int Open (vlc_object_t *p_this)
dialog_Fatal (p_this, _("MIDI synthesis not set up"), dialog_Fatal (p_this, _("MIDI synthesis not set up"),
_("A sound font file (.SF2) is required for MIDI synthesis.\n" _("A sound font file (.SF2) is required for MIDI synthesis.\n"
"Please install a sound font and configure it " "Please install a sound font and configure it "
"from the VLC preferences (Codecs / Audio / FluidSynth).\n")); "from the VLC preferences "
"(Input / Codecs > Audio codecs > FluidSynth).\n"));
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment