diff options
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index e72700fbf2..ff253a15df 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -137,11 +137,11 @@ public: sherlockGames, optionsList) {} virtual const char *getName() const { - return "Sherlock Engine"; + return "Sherlock"; } virtual const char *getOriginalCopyright() const { - return "Sherlock Engine (C) 1992-1996 Mythos Software, 1992-1996 (C) Electronic Arts"; + return "Sherlock (C) 1992-1996 Mythos Software, (C) 1992-1996 Electronic Arts"; } /** |