aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 76e7b38052..c9345e44d1 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -104,7 +104,9 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Are you sure you",
"wish to Quit ?",
"Yes",
- "No"
+ "No",
+ "Enter Password",
+ "Going East"
};
static const char *const FIXED_TEXT_GERMAN[] = {
@@ -183,7 +185,9 @@ static const char *const FIXED_TEXT_GERMAN[] = {
"Spiel beenden? ",
"Sind Sie sicher ?",
"Ja",
- "Nein"
+ "Nein",
+ "Pacwort eingeben",
+ "Going East"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {