From 9a4c0ae281e0b7b545360c6dbd347a432cdade12 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 20:04:14 +0200 Subject: ENGINES: Normalize the getName() result of metaengines Also-By: Matthew Hoops --- engines/lastexpress/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lastexpress') diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index 1610eb0e2d..d3161b9f85 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -232,11 +232,11 @@ public: } const char *getName() const { - return "Lastexpress"; + return "The Last Express"; } const char *getOriginalCopyright() const { - return "LastExpress Engine (C) 1997 Smoking Car Productions"; + return "The Last Express (C) 1997 Smoking Car Productions"; } protected: -- cgit v1.2.3