aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/perch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/perch.cpp')
-rw-r--r--engines/titanic/carry/perch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/perch.cpp b/engines/titanic/carry/perch.cpp
index 4f0e76bdb0..f432dafa85 100644
--- a/engines/titanic/carry/perch.cpp
+++ b/engines/titanic/carry/perch.cpp
@@ -40,7 +40,7 @@ void CPerch::load(SimpleFile *file) {
bool CPerch::UseWithOtherMsg(CUseWithOtherMsg *msg) {
if (msg->_other->isEquals("SpeechCentre")) {
- CShowTextMsg textMsg("This does not reach.");
+ CShowTextMsg textMsg(DOES_NOT_REACH);
textMsg.execute("PET");
}