[Scummvm-git-logs] scummvm master -> 3d115750b36812e3672ff6d13c112b444b569741

sev- noreply at scummvm.org
Mon Oct 10 11:29:30 UTC 2022


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

Summary:
3d115750b3 GUI: Fix type


Commit: 3d115750b36812e3672ff6d13c112b444b569741
    https://github.com/scummvm/scummvm/commit/3d115750b36812e3672ff6d13c112b444b569741
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-10-10T13:29:23+02:00

Commit Message:
GUI: Fix type

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index 259c34f2566..c5534839cc9 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -3643,7 +3643,7 @@ bool OptionsDialog::testGraphicsSettings() {
 	delete pm5544;
 
 	// And display the error
-	GUI::CountdownMessageDialog dialog(_("A test pattern should be displayed.\nDo you want to keep these shader scalar settings?"),
+	GUI::CountdownMessageDialog dialog(_("A test pattern should be displayed.\nDo you want to keep these shader scaler settings?"),
 				10000,
 				_("Yes"), _("No"), Graphics::kTextAlignCenter,
 				_("Reverting automatically in %d seconds"));




More information about the Scummvm-git-logs mailing list