diff options
author | Matthew Hoops | 2011-04-02 11:08:05 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-04-02 11:08:05 -0400 |
commit | e7165a23b4f588962afa4d4f0db265612eaa6100 (patch) | |
tree | 521761171e2fccff8a614afba2d15871839f15fa /engines | |
parent | bceab2656bdff4aa99f99b047f6bbd18ad5f86fc (diff) | |
download | scummvm-rg350-e7165a23b4f588962afa4d4f0db265612eaa6100.tar.gz scummvm-rg350-e7165a23b4f588962afa4d4f0db265612eaa6100.tar.bz2 scummvm-rg350-e7165a23b4f588962afa4d4f0db265612eaa6100.zip |
MOHAWK: Fix title of Arthur's Teacher Trouble
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 88988276d3..c31df3010d 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"}, |