aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/detection.cpp')
-rw-r--r--engines/sludge/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 8c5c0ac13d..020410d225 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -84,11 +84,11 @@ public:
}
virtual const char *getName() const {
- return "Sludge Engine";
+ return "Sludge";
}
virtual const char *getOriginalCopyright() const {
- return "Copyright (C) 2000-2014 Hungry Software and contributors";
+ return "Sludge (C) 2000-2014 Hungry Software and contributors";
}
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {