aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_fixed_text.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-01-30 16:23:23 +0100
committerMartin Kiewitz2016-01-30 16:23:23 +0100
commit9257597160bf70b6c7e323d27f3f8b6a47daa182 (patch)
treef88669cd088fa791dc2067361a0c4953772b32cd /engines/sherlock/scalpel/scalpel_fixed_text.cpp
parent741b868e70f48e73ba71078cc486ed20bf23a73f (diff)
downloadscummvm-rg350-9257597160bf70b6c7e323d27f3f8b6a47daa182.tar.gz
scummvm-rg350-9257597160bf70b6c7e323d27f3f8b6a47daa182.tar.bz2
scummvm-rg350-9257597160bf70b6c7e323d27f3f8b6a47daa182.zip
SHERLOCK: SS: make inventory hotkeys multilingual
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_fixed_text.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_fixed_text.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index d2bbf4fdf3..7d0faf32ed 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.cpp
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
@@ -33,10 +33,10 @@ static const char *const fixedTextEN[] = {
"Up",
"Down",
// SH1: Inventory buttons
- "Exit",
- "Look",
- "Use",
- "Give",
+ "EExit",
+ "LLook",
+ "UUse",
+ "GGive",
// SH1: Journal text
"Watson's Journal",
"Page %d",
@@ -178,10 +178,10 @@ static const char *const fixedTextDE[] = {
"Hoch",
"Runter",
// SH1: Inventory buttons
- "Zur\201ck",
- "Schau",
- "Benutze",
- "Gib",
+ "ZZur\201ck",
+ "SSchau",
+ "BBenutze",
+ "GGib",
// SH1: Journal text
"Watsons Tagebuch",
"Seite %d",
@@ -322,10 +322,10 @@ static const char *const fixedTextES[] = {
"Subir",
"Bajar",
// SH1: Inventory buttons
- "Salir", // original interpreter: "Exit"
- "Mirar",
- "Usar",
- "Dar",
+ "SSalir", // original interpreter: "Exit"
+ "MMirar",
+ "UUsar",
+ "DDar",
// SH1: Journal text
"Diario de Watson",
"Pagina %d",