[Scummvm-git-logs] scummvm master -> 301c6457cada2fba1e77a291e4b539f429238a17

bluegr bluegr at gmail.com
Sun Aug 8 05:44:50 UTC 2021


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:
301c6457ca MOHAWK: MYST: Reword accessibility option for Selenitic Age


Commit: 301c6457cada2fba1e77a291e4b539f429238a17
    https://github.com/scummvm/scummvm/commit/301c6457cada2fba1e77a291e4b539f429238a17
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-08-08T08:44:47+03:00

Commit Message:
MOHAWK: MYST: Reword accessibility option for Selenitic Age

Changed paths:
    engines/mohawk/dialogs.cpp


diff --git a/engines/mohawk/dialogs.cpp b/engines/mohawk/dialogs.cpp
index 398714fa01..0d2d34ce12 100644
--- a/engines/mohawk/dialogs.cpp
+++ b/engines/mohawk/dialogs.cpp
@@ -132,7 +132,8 @@ MystOptionsWidget::MystOptionsWidget(GuiObject *boss, const Common::String &name
 		 * We change it to use fuzzy logic.
 		 * By default the option is off.
 		 */
-		_spaceshipFuzzyLogicCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.FuzzyMode", _("~F~uzzy Logic in SpaceShip Active"));
+		_spaceshipFuzzyLogicCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.FuzzyMode", _("Improve Selenitic Age puzzle ~a~ccessibility"),
+																			_("Allow solving Selenitic Age audio puzzles with more error margin."));
 	}
 
 	_addCdromDelayCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.CdromDelay", _("Simulate loading times of old CD drives"));




More information about the Scummvm-git-logs mailing list