aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/chicken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/chicken.cpp')
-rw-r--r--engines/titanic/carry/chicken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/chicken.cpp b/engines/titanic/carry/chicken.cpp
index 08ebd28478..b80096b718 100644
--- a/engines/titanic/carry/chicken.cpp
+++ b/engines/titanic/carry/chicken.cpp
@@ -74,7 +74,7 @@ bool CChicken::UseWithOtherMsg(CUseWithOtherMsg *msg) {
actMsg.execute(this);
petAddToInventory();
} else {
- CShowTextMsg textMsg("The chicken is already clean.");
+ CShowTextMsg textMsg(CHICKEN_ALREADY_CLEAN);
textMsg.execute("PET");
}