aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32.cpp
diff options
context:
space:
mode:
authorathrxx2011-06-06 16:05:55 +0200
committerathrxx2011-06-06 17:26:36 +0200
commit40422441af8b392a3ba6c12c85110ee692c304da (patch)
treee8458a6ad7ca42a56c6bac27a16aa30e7c0657c7 /audio/softsynth/mt32.cpp
parent18e8e5c91eba3ad7f3eb2b9786e170d53866e195 (diff)
downloadscummvm-rg350-40422441af8b392a3ba6c12c85110ee692c304da.tar.gz
scummvm-rg350-40422441af8b392a3ba6c12c85110ee692c304da.tar.bz2
scummvm-rg350-40422441af8b392a3ba6c12c85110ee692c304da.zip
AUDIO: some more text tweaks
Diffstat (limited to 'audio/softsynth/mt32.cpp')
-rw-r--r--audio/softsynth/mt32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index ad80af041e..304be06afe 100644
--- a/audio/softsynth/mt32.cpp
+++ b/audio/softsynth/mt32.cpp
@@ -561,7 +561,7 @@ MusicDevices MT32EmuMusicPlugin::getDevices() const {
bool MT32EmuMusicPlugin::checkDevice(MidiDriver::DeviceHandle) const {
if (!((Common::File::exists("MT32_CONTROL.ROM") && Common::File::exists("MT32_PCM.ROM")) ||
(Common::File::exists("CM32L_CONTROL.ROM") && Common::File::exists("CM32L_PCM.ROM")))) {
- warning("The MT-32 emulator requires the following 2 files (not bundled with ScummVM:\n either 'MT32_CONTROL.ROM' and 'MT32_PCM.ROM', or 'CM32L_CONTROL.ROM' and 'CM32L_PCM.ROM'");
+ warning("The MT-32 emulator requires one of the two following file sets (not bundled with ScummVM):\n Either 'MT32_CONTROL.ROM' and 'MT32_PCM.ROM' or 'CM32L_CONTROL.ROM' and 'CM32L_PCM.ROM'");
return false;
}