[Scummvm-git-logs] scummvm master -> 4975f726293c14bc72e427ce4e8c1ca2188353d6

elasota noreply at scummvm.org
Thu Jul 21 22:26:38 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:
4975f72629 MTROPOLIS: Update autosave at checkpoints strings


Commit: 4975f726293c14bc72e427ce4e8c1ca2188353d6
    https://github.com/scummvm/scummvm/commit/4975f726293c14bc72e427ce4e8c1ca2188353d6
Author: elasota (ejlasota at gmail.com)
Date: 2022-07-21T18:26:12-04:00

Commit Message:
MTROPOLIS: Update autosave at checkpoints strings

Changed paths:
    engines/mtropolis/detection.cpp


diff --git a/engines/mtropolis/detection.cpp b/engines/mtropolis/detection.cpp
index 388b979f15d..e91f2673e0f 100644
--- a/engines/mtropolis/detection.cpp
+++ b/engines/mtropolis/detection.cpp
@@ -62,8 +62,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 	{
 		GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS,
 		{
-			_s("Autosave at progress checkpoints"),
-			_s("Automatically saves the game at progress."),
+			_s("Autosave at progress points"),
+			_s("Automatically saves the game after completing puzzles and chapters."),
 			"mtropolis_mod_auto_save_at_checkpoints",
 			true,
 			0,




More information about the Scummvm-git-logs mailing list