mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
AUDIO: Fix message format
This commit is contained in:
parent
3af9677427
commit
198975a007
@ -365,7 +365,7 @@ int MidiDriver_FluidSynth::open() {
|
||||
#endif
|
||||
|
||||
if (_soundFont == -1) {
|
||||
GUI::MessageDialog dialog(_("FluidSynth: Failed loading custom SoundFont '%s'. Music is off."), soundfont);
|
||||
GUI::MessageDialog dialog(Common::U32String::format(_("FluidSynth: Failed loading custom SoundFont '%s'. Music is off."), soundfont));
|
||||
dialog.runModal();
|
||||
return MERR_DEVICE_NOT_AVAILABLE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user