aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/central_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/central_core.cpp')
-rw-r--r--engines/titanic/carry/central_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/central_core.cpp b/engines/titanic/carry/central_core.cpp
index e210b34cbe..afc3b85bf0 100644
--- a/engines/titanic/carry/central_core.cpp
+++ b/engines/titanic/carry/central_core.cpp
@@ -47,7 +47,7 @@ bool CCentralCore::UseWithOtherMsg(CUseWithOtherMsg *msg) {
CPuzzleSolvedMsg solvedMsg;
solvedMsg.execute("BigHammer");
} else if (name == "SpeechCentre") {
- CShowTextMsg textMsg("This does not reach.");
+ CShowTextMsg textMsg(DOES_NOT_REACH);
textMsg.execute("PET");
}