diff options
Diffstat (limited to 'engines/lastexpress')
-rw-r--r-- | engines/lastexpress/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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: |