aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/transport/gondolier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/transport/gondolier.cpp')
-rw-r--r--engines/titanic/game/transport/gondolier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/transport/gondolier.cpp b/engines/titanic/game/transport/gondolier.cpp
index 8c28ff9b66..85f3b365b5 100644
--- a/engines/titanic/game/transport/gondolier.cpp
+++ b/engines/titanic/game/transport/gondolier.cpp
@@ -46,7 +46,7 @@ void CGondolier::load(SimpleFile *file) {
}
bool CGondolier::StatusChangeMsg(CStatusChangeMsg *msg) {
- CShowTextMsg textMsg("Only First Class passengers are allowed to use the Gondoliers.");
+ CShowTextMsg textMsg(GONDOLIERS_FIRST_CLASS_ONLY);
textMsg.execute("PET");
return true;
}