diff options
| -rw-r--r-- | engines/kyra/sound_midi.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/kyra/sound_midi.cpp b/engines/kyra/sound_midi.cpp index 0004395f6f..70cc304192 100644 --- a/engines/kyra/sound_midi.cpp +++ b/engines/kyra/sound_midi.cpp @@ -475,8 +475,8 @@ SoundMidiPC::SoundMidiPC(KyraEngine_v1 *vm, Audio::Mixer *mixer, MidiDriver *dri  		::GUI::MessageDialog dialog(_("You appear to be using a General MIDI device,\n"  									"but your game only supports Roland MT32 MIDI.\n"  									"We try to map the Roland MT32 instruments to\n" -									"General MIDI ones. After all it might happen\n" -									"that a few tracks will not be correctly played.")); +									"General MIDI ones. It is still possible that\n" +									"some tracks sound incorrect."));  		dialog.runModal();  	}  } | 
