aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cryo/detection.cpp2
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;