diff options
author | Filippos Karapetis | 2013-01-02 13:07:19 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-01-02 13:07:19 +0200 |
commit | 3eae0e61e77bd2fe51934465c14bc71d8bec6773 (patch) | |
tree | dc3c42a34b7cf5e05eb73b6ee1e92fcb9f65f98c /gui | |
parent | 98ec26754329b13170e045c7aa34915be8be4758 (diff) | |
download | scummvm-rg350-3eae0e61e77bd2fe51934465c14bc71d8bec6773.tar.gz scummvm-rg350-3eae0e61e77bd2fe51934465c14bc71d8bec6773.tar.bz2 scummvm-rg350-3eae0e61e77bd2fe51934465c14bc71d8bec6773.zip |
GUI: Improve the description of the Roland GS mode checkbox
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 4868f1876d..ea3cbff2be 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -877,7 +877,7 @@ void OptionsDialog::addMT32Controls(GuiObject *boss, const Common::String &prefi _mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", _c("True Roland MT-32 (no GM emulation)", "lowres"), _("Check if you want to use your real hardware Roland-compatible sound device connected to your computer")); // GS Extensions setting - _enableGSCheckbox = new CheckboxWidget(boss, prefix + "mcGSCheckbox", _("Enable Roland GS Mode"), _("Turns off General MIDI mapping for games with Roland MT-32 soundtrack")); + _enableGSCheckbox = new CheckboxWidget(boss, prefix + "mcGSCheckbox", _("Roland GS Mode (disable GM mapping)"), _("Turns off General MIDI mapping for games with Roland MT-32 soundtrack")); const MusicPlugin::List p = MusicMan.getPlugins(); // Make sure the null device is the first one in the list to avoid undesired |