diff options
-rw-r--r-- | engines/cryo/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index bb5be81898..c2be650e7f 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -144,7 +144,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Cryo (C) Cryo Interactive"; + return "Cryo Engine (C) Cryo Interactive"; } virtual bool hasFeature(MetaEngineFeature f) const; |