diff options
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp index 6452e5741f..4a51b55408 100644 --- a/engines/voyeur/detection.cpp +++ b/engines/voyeur/detection.cpp @@ -71,7 +71,7 @@ public: } virtual const char *getName() const { - return "Voyeur Engine"; + return "Voyeur"; } virtual const char *getOriginalCopyright() const { |