diff options
author | Martin Kiewitz | 2016-02-07 02:23:20 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-07 02:23:20 +0100 |
commit | b7b0aec65de67263bb20c8747c834d4c650886ae (patch) | |
tree | 7ad362206d731a436658befff771a3110f409697 | |
parent | d836a52557469c3d24ee6e95353fdf12724aa393 (diff) | |
download | scummvm-rg350-b7b0aec65de67263bb20c8747c834d4c650886ae.tar.gz scummvm-rg350-b7b0aec65de67263bb20c8747c834d4c650886ae.tar.bz2 scummvm-rg350-b7b0aec65de67263bb20c8747c834d4c650886ae.zip |
SHERLOCK: RT: Fix translation error
-rw-r--r-- | engines/sherlock/tattoo/tattoo_fixed_text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp index 38acd78aba..75c7c5918a 100644 --- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp +++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp @@ -243,8 +243,8 @@ static const char *const fixedTextDE[] = { "Seite %d", "Schlie\341en", - "Lessen", // <-- - "In Datei sichern", + "Durchsuchen", // original: "Lessen" + "In Datei sichern", // original: "Speichern" "Suche abbrechen", "R\201ckw\204rts suchen ", "Vorwarts suchen ", |