diff options
Diffstat (limited to 'engines/cryo')
-rw-r--r-- | engines/cryo/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index 2ae01f41dd..2c59527dba 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -137,11 +137,11 @@ public: } virtual const char *getName() const { - return "Cryo Engine"; + return "Cryo"; } virtual const char *getOriginalCopyright() const { - return "Cryo Engine (C) Cryo Interactive"; + return "Cryo (C) Cryo Interactive"; } virtual bool hasFeature(MetaEngineFeature f) const; |