diff options
-rw-r--r-- | engines/drascula/texts.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/drascula/texts.cpp b/engines/drascula/texts.cpp index 141af25f96..1bc2514375 100644 --- a/engines/drascula/texts.cpp +++ b/engines/drascula/texts.cpp @@ -5239,12 +5239,12 @@ const char *_textverbs[][6] = { "push", }, { - "look", // TODO Translate it - "take", - "open", - "close", - "talk", - "push", + "esamina", + "prendi", + "apri", + "chiudi", + "parla", + "premi", }, }; |