diff options
| author | Johannes Schickel | 2012-07-04 01:59:32 +0200 | 
|---|---|---|
| committer | Johannes Schickel | 2012-07-04 02:02:58 +0200 | 
| commit | 7e2cf139a97764bcd45252f6d54f0247b2d4939b (patch) | |
| tree | 71be80f4c307cd54683d66eb253af0820d2b7dc1 | |
| parent | 243ea1fa290a919d5f0a07094782465f0ba08d7e (diff) | |
| download | scummvm-rg350-7e2cf139a97764bcd45252f6d54f0247b2d4939b.tar.gz scummvm-rg350-7e2cf139a97764bcd45252f6d54f0247b2d4939b.tar.bz2 scummvm-rg350-7e2cf139a97764bcd45252f6d54f0247b2d4939b.zip  | |
KYRA: Improve wording about possibly incorrect MT32->GM mapping.
| -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();  	}  }  | 
