diff options
| author | Ben Castricum | 2014-06-29 16:34:40 +0200 |
|---|---|---|
| committer | Thierry Crozat | 2014-08-16 12:45:10 +0100 |
| commit | 57d7ec910545516d32a9fe4f225b6026b9955c39 (patch) | |
| tree | cd0bbb3d05585adf6f1b95e010f4c4b9ad0af9cd /gui | |
| parent | 4cd06dcab74d7c5e049d9b68ad16caeb73298070 (diff) | |
| download | scummvm-rg350-57d7ec910545516d32a9fe4f225b6026b9955c39.tar.gz scummvm-rg350-57d7ec910545516d32a9fe4f225b6026b9955c39.tar.bz2 scummvm-rg350-57d7ec910545516d32a9fe4f225b6026b9955c39.zip | |
GUI: Fix spelling of FluidSynth: s/Fluidsynth/FluidSynth/
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/options.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index de146c48b5..ae7add1748 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -853,10 +853,10 @@ void OptionsDialog::addMIDIControls(GuiObject *boss, const Common::String &prefi // SoundFont if (g_system->getOverlayWidth() > 320) - _soundFontButton = new ButtonWidget(boss, prefix + "mcFontButton", _("SoundFont:"), _("SoundFont is supported by some audio cards, Fluidsynth and Timidity"), kChooseSoundFontCmd); + _soundFontButton = new ButtonWidget(boss, prefix + "mcFontButton", _("SoundFont:"), _("SoundFont is supported by some audio cards, FluidSynth and Timidity"), kChooseSoundFontCmd); else - _soundFontButton = new ButtonWidget(boss, prefix + "mcFontButton", _c("SoundFont:", "lowres"), _("SoundFont is supported by some audio cards, Fluidsynth and Timidity"), kChooseSoundFontCmd); - _soundFont = new StaticTextWidget(boss, prefix + "mcFontPath", _c("None", "soundfont"), _("SoundFont is supported by some audio cards, Fluidsynth and Timidity")); + _soundFontButton = new ButtonWidget(boss, prefix + "mcFontButton", _c("SoundFont:", "lowres"), _("SoundFont is supported by some audio cards, FluidSynth and Timidity"), kChooseSoundFontCmd); + _soundFont = new StaticTextWidget(boss, prefix + "mcFontPath", _c("None", "soundfont"), _("SoundFont is supported by some audio cards, FluidSynth and Timidity")); _soundFontClearButton = addClearButton(boss, prefix + "mcFontClearButton", kClearSoundFontCmd); |
