[Scummvm-cvs-logs] scummvm master -> 962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Feb 28 15:57:11 CET 2016


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:
962e32e0ec AGI: Remove comma from "Pause when entering commands"


Commit: 962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0
    https://github.com/scummvm/scummvm/commit/962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-28T15:57:22+01:00

Commit Message:
AGI: Remove comma from "Pause when entering commands"

Changed paths:
    engines/agi/detection.cpp



diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 7127584..7d5fd3d 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -184,7 +184,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 	{
 		GAMEOPTION_COMMAND_PROMPT_WINDOW,
 		{
-			_s("Pause, when entering commands"),
+			_s("Pause when entering commands"),
 			_s("Shows a command prompt window and pauses the game (like in SCI) instead of a real-time prompt."),
 			"commandpromptwindow",
 			false






More information about the Scummvm-git-logs mailing list