[Scummvm-cvs-logs] scummvm master -> fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6

clone2727 clone2727 at gmail.com
Sat Apr 2 17:12:01 CEST 2011


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

Summary:
e7165a23b4 MOHAWK: Fix title of Arthur's Teacher Trouble
fdb01b0ea9 MOHAWK: Minor grammar fix


Commit: e7165a23b4f588962afa4d4f0db265612eaa6100
    https://github.com/scummvm/scummvm/commit/e7165a23b4f588962afa4d4f0db265612eaa6100
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-04-02T08:08:05-07:00

Commit Message:
MOHAWK: Fix title of Arthur's Teacher Trouble

Changed paths:
    engines/mohawk/detection.cpp



diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 8898827..c31df30 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -129,7 +129,7 @@ static const PlainGameDescriptor mohawkGames[] = {
 	{"1stdegree", "In the 1st Degree"},
 	{"csusa", "Where in the USA is Carmen Sandiego?"},
 	{"tortoise", "Aesop's Fables: The Tortoise and the Hare"},
-	{"arthur", "Arthur's Teacher Troubles"},
+	{"arthur", "Arthur's Teacher Trouble"},
 	{"grandma", "Just Grandma and Me"},
 	{"ruff", "Ruff's Bone"},
 	{"newkid", "The New Kid on the Block"},


Commit: fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6
    https://github.com/scummvm/scummvm/commit/fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-04-02T08:09:22-07:00

Commit Message:
MOHAWK: Minor grammar fix

Changed paths:
    engines/mohawk/livingbooks.cpp



diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index 26bb09a..e57067f 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -117,7 +117,7 @@ Common::Error MohawkEngine_LivingBooks::run() {
 		debug("Starting Living Books Title \'%s\'", _title.c_str());
 	if (!_copyright.empty())
 		debug("Copyright: %s", _copyright.c_str());
-	debug("This book has %d pages in %d languages.", _numPages, _numLanguages);
+	debug("This book has %d page(s) in %d language(s).", _numPages, _numLanguages);
 	if (_poetryMode)
 		debug("Running in poetry mode.");
 






More information about the Scummvm-git-logs mailing list