aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pickup/pick_up_speech_centre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pickup/pick_up_speech_centre.cpp')
-rw-r--r--engines/titanic/game/pickup/pick_up_speech_centre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/pickup/pick_up_speech_centre.cpp b/engines/titanic/game/pickup/pick_up_speech_centre.cpp
index d3373556a6..5e99c0a3b7 100644
--- a/engines/titanic/game/pickup/pick_up_speech_centre.cpp
+++ b/engines/titanic/game/pickup/pick_up_speech_centre.cpp
@@ -63,7 +63,7 @@ bool CPickUpSpeechCentre::MouseDragStartMsg(CMouseDragStartMsg *msg) {
CActMsg actMsg("PlayerGetsSpeechCentre");
actMsg.execute("SeasonalAdjust");
} else {
- petDisplayMessage("You can',27h,'t pick this up on account of it being stuck to the branch.");
+ petDisplayMessage("You can't pick this up on account of it being stuck to the branch.");
}
}