aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-04 14:56:38 -0400
committerPaul Gilbert2015-07-04 14:56:38 -0400
commit4bff203a3b3ad777c158bfccb7fb3206f9dcd30c (patch)
treea5b3404a7fd14a55eac3aee9c4180d8e6ee75c23 /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent88002ef19fbb5dd1f5465b6e282415e4ca3a138b (diff)
downloadscummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.tar.gz
scummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.tar.bz2
scummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.zip
SHERLOCK: RT: Fix display of journal buttons
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 2be41c8e4a..4ee9e5eb34 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -56,7 +56,15 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Solve",
"with",
"No effect...",
- "This person has nothing to say at the moment"
+ "This person has nothing to say at the moment",
+
+ "Close Journal",
+ "Search Journal",
+ "Save Journal",
+ "Abort Search",
+ "Search Backwards",
+ "Search Forwards",
+ "Text Not Found !"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {