aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 3fa6278016..daf54d7425 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -147,7 +147,7 @@ void LureEngine::detectGame() {
if (!Common::File::exists(SUPPORT_FILENAME))
error("Missing %s - this is a custom file containing resources from the\n"
- "Lure of the Temptress executable. See the documentation for creating it.",
+ "Lure of the Temptress executable. See the documentation for creating it",
SUPPORT_FILENAME);
for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) {