aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/plug_in.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/plug_in.cpp')
-rw-r--r--engines/titanic/carry/plug_in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/plug_in.cpp b/engines/titanic/carry/plug_in.cpp
index 438b9a5883..55767ce9a8 100644
--- a/engines/titanic/carry/plug_in.cpp
+++ b/engines/titanic/carry/plug_in.cpp
@@ -50,7 +50,7 @@ bool CPlugIn::UseWithOtherMsg(CUseWithOtherMsg *msg) {
if (otherName == "PET") {
return CCarry::UseWithOtherMsg(msg);
} else if (isEquals("DatasideTransporter")) {
- CShowTextMsg textMsg("This item is incorrectly calibrated.");
+ CShowTextMsg textMsg(INCORRECTLY_CALIBRATED);
textMsg.execute("PET");
} else if (isEquals("DatasideTransporter")) {
error("TODO: Set msg->_other->fieldC4 = 2");