diff options
author | Eugene Sandulenko | 2015-11-07 14:37:22 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2015-11-07 14:37:22 +0100 |
commit | f412d2fcd52c418183e6f2e440d01ec598882e80 (patch) | |
tree | 1756d3bc63d2cc58196f47e4295e19ad915bf939 | |
parent | 54e136d27e7ca3f22e8eac211f29ae2e146daf76 (diff) | |
download | scummvm-rg350-f412d2fcd52c418183e6f2e440d01ec598882e80.tar.gz scummvm-rg350-f412d2fcd52c418183e6f2e440d01ec598882e80.tar.bz2 scummvm-rg350-f412d2fcd52c418183e6f2e440d01ec598882e80.zip |
SHERLOCK: Remove non-ascii character
-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 8475870b19..38acd78aba 100644 --- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp +++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp @@ -59,7 +59,7 @@ static const char *const fixedTextEN[] = { "Picked up", "Page %d", - "Close Journal", + "Close Journal", "Search Journal", "Save Journal", "Abort Search", @@ -651,7 +651,7 @@ static const char *const fixedTextES[] = { "On", // ??? "Salir", "quieres salir?", - "\250Est s seguro de que", + "\250Est\240s seguro de que", "Si", "Non", "Introducir Palabra Clave", |