diff options
author | Johannes Schickel | 2012-07-04 02:01:47 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-04 02:02:58 +0200 |
commit | 55d322346832d41c42bb058bdc263d755e0f598b (patch) | |
tree | 8c12a80ce0e978f649c8cdcdc6cb468ca530fdb3 /engines/sci | |
parent | 7e2cf139a97764bcd45252f6d54f0247b2d4939b (diff) | |
download | scummvm-rg350-55d322346832d41c42bb058bdc263d755e0f598b.tar.gz scummvm-rg350-55d322346832d41c42bb058bdc263d755e0f598b.tar.bz2 scummvm-rg350-55d322346832d41c42bb058bdc263d755e0f598b.zip |
SCI: Fix spelling of Yamaha.
Thanks to somaen for noticing.
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 8a74bc817c..58ac5f1fa6 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -397,8 +397,8 @@ static const ADExtraGuiOptionsMap optionsList[] = { { GAMEOPTION_FB01_MIDI, { - _s("Use IMF/Yahama FB-01 for MIDI output"), - _s("Use an IBM Music Feature card or a Yahama FB-01 FM synth module for MIDI output"), + _s("Use IMF/Yamaha FB-01 for MIDI output"), + _s("Use an IBM Music Feature card or a Yamaha FB-01 FM synth module for MIDI output"), "native_fb01", false } |