[Scummvm-git-logs] scummvm master -> 4548d3a2ba475b159b3783635efa05c361f3d4da

sev- noreply at scummvm.org
Mon May 4 10:15:54 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
4548d3a2ba GUI: I18N: Normalize GUI option capitalization


Commit: 4548d3a2ba475b159b3783635efa05c361f3d4da
    https://github.com/scummvm/scummvm/commit/4548d3a2ba475b159b3783635efa05c361f3d4da
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-04T12:15:35+02:00

Commit Message:
GUI: I18N: Normalize GUI option capitalization

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index aa21f72aefe..895a3aa1428 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1863,7 +1863,7 @@ void OptionsDialog::addMIDIControls(GuiObject *boss, const Common::String &prefi
 }
 
 void OptionsDialog::addMT32Controls(GuiObject *boss, const Common::String &prefix) {
-	_mt32DevicePopUpDesc = new StaticTextWidget(boss, prefix + "auPrefMt32PopupDesc", _("MT-32 Device:"), _("Specifies default sound device for Roland MT-32/LAPC1/CM32l/CM64 output"));
+	_mt32DevicePopUpDesc = new StaticTextWidget(boss, prefix + "auPrefMt32PopupDesc", _("MT-32 device:"), _("Specifies default sound device for Roland MT-32/LAPC1/CM32l/CM64 output"));
 	_mt32DevicePopUp = new PopUpWidget(boss, prefix + "auPrefMt32Popup");
 
 	// Native mt32 setting




More information about the Scummvm-git-logs mailing list