diff options
author | Matthew Hoops | 2009-11-03 21:51:24 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-11-03 21:51:24 +0000 |
commit | 49a8462c5babed7953ccb0275658fdb8320a4172 (patch) | |
tree | 06570b01699977ee71ff749ae6cd56992a2d143f /engines | |
parent | b506b9f7c2f24bf7f0b8a281b856b3807f362028 (diff) | |
download | scummvm-rg350-49a8462c5babed7953ccb0275658fdb8320a4172.tar.gz scummvm-rg350-49a8462c5babed7953ccb0275658fdb8320a4172.tar.bz2 scummvm-rg350-49a8462c5babed7953ccb0275658fdb8320a4172.zip |
Capitalize the word Sequel in The 11th Hour's title.
svn-id: r45643
Diffstat (limited to 'engines')
-rw-r--r-- | engines/groovie/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index f09308b361..aed5ab56f8 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -35,7 +35,7 @@ static const PlainGameDescriptor groovieGames[] = { {"t7g", "The 7th Guest"}, #ifdef ENABLE_GROOVIE2 - {"11h", "The 11th Hour: The sequel to The 7th Guest"}, + {"11h", "The 11th Hour: The Sequel to The 7th Guest"}, {"clandestiny", "Clandestiny"}, {"unclehenry", "Uncle Henry's Playhouse"}, {"tlc", "Tender Loving Care"}, |