diff options
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 8de3b33134..9cf2fd27b8 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -62,8 +62,8 @@ static const PlainGameDescriptor composerGames[] = { {"imoking", "Magic Tales: Imo and the King"}, {"liam", "Magic Tales: Liam Finds a Story"}, {"littlesamurai", "Magic Tales: The Little Samurai"}, - {"princess", "The Princess and the Crab"}, - {"sleepingcub", "Sleeping Cub's Test of Courage"}, + {"princess", "Magic Tales: The Princess and the Crab"}, + {"sleepingcub", "Magic Tales: Sleeping Cub's Test of Courage"}, {0, 0} }; |