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