diff options
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/detection.cpp b/engines/glk/detection.cpp index b8481788cc..d4773c250b 100644 --- a/engines/glk/detection.cpp +++ b/engines/glk/detection.cpp @@ -52,11 +52,11 @@ public: GlkMetaEngine() : MetaEngine() {} virtual const char *getName() const { - return "ScummGlk Engine"; + return "ScummGlk"; } virtual const char *getOriginalCopyright() const { - return "ScummGlk Engine (c) 2018"; + return "Infocom games (C) Infocom\nScott Adams games (C) Scott Adams"; } virtual bool hasFeature(MetaEngineFeature f) const override; |