aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/credits.h4
-rw-r--r--gui/options.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/gui/credits.h b/gui/credits.h
index e294d195e5..4bfd788172 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -189,7 +189,7 @@ static const char *credits[] = {
"C0""Jerome Fisher",
"C2""MT-32 emulator",
"C0""Jochen Hoenicke",
-"C2""Speaker & PCjr sound support, Adlib work",
+"C2""Speaker & PCjr sound support, AdLib work",
"C0""Chris Page",
"C2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)",
"C0""Robin Watts",
@@ -385,7 +385,7 @@ static const char *credits[] = {
"C0""Ori Avtalion",
"C2""Subtitle control options in the GUI; BASS GUI fixes",
"C0""Stuart Caie",
-"C2""Decoders for Simon 1 Amiga data files",
+"C2""Decoders for Amiga and AtariST data files (AGOS engine)",
"C0""Paolo Costabel",
"C2""PSP port contributions",
"C0""Thierry Crozat",
diff --git a/gui/options.cpp b/gui/options.cpp
index da9a5cecf5..415d7ca357 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -595,7 +595,7 @@ void OptionsDialog::addMIDIControls(GuiObject *boss, const String &prefix) {
_soundFontClearButton = new ButtonWidget(boss, prefix + "mcFontClearButton", "C", kClearSoundFontCmd, 0);
// Multi midi setting
- _multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed Adlib/MIDI mode", 0, 0);
+ _multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed AdLib/MIDI mode", 0, 0);
// Native mt32 setting
_mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", "True Roland MT-32 (disable GM emulation)", 0, 0);