diff options
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/sword2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 4d8399e630..453efb4894 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -85,10 +85,10 @@ static const ExtraGuiOption sword2ExtraGuiOption = { class Sword2MetaEngine : public MetaEngine { public: virtual const char *getName() const { - return "Sword2"; + return "Broken Sword II: The Smoking Mirror"; } virtual const char *getOriginalCopyright() const { - return "Broken Sword Games (C) Revolution"; + return "Broken Sword II: The Smoking Mirror (C) Revolution"; } virtual bool hasFeature(MetaEngineFeature f) const; |