diff options
author | Martin Kiewitz | 2016-02-15 02:29:38 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-15 02:29:38 +0100 |
commit | 123b934fab8ae47652ade4d3dc58baa159f7704d (patch) | |
tree | 87b80144e1dbe9153194bb686d763e71f5132152 | |
parent | 1bd06d88f9af46bb439507ed213bf7ad57e989ae (diff) | |
download | scummvm-rg350-123b934fab8ae47652ade4d3dc58baa159f7704d.tar.gz scummvm-rg350-123b934fab8ae47652ade4d3dc58baa159f7704d.tar.bz2 scummvm-rg350-123b934fab8ae47652ade4d3dc58baa159f7704d.zip |
SHERLOCK: RT: Replace accent char with \202 in fixed text
-rw-r--r-- | engines/sherlock/tattoo/tattoo_fixed_text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp index f48bf39c8e..37ff8d5933 100644 --- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp +++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp @@ -448,7 +448,7 @@ static const char *const fixedTextFR[] = { "Appuyez sur C", "FIN DE LA PARTIE!", // original: "Fin de la partie!" "FIASCO!", - "%s a gagné!", // "Holmes Gagnant!", "%s Gagnant!" <--- FIXXXX + "%s a gagn\202!", // "Holmes Gagnant!", "%s Gagnant!" "Rapporte %d point", // original: treated 1 point and multiple points the same ("Scored 1 points") "Rapporte %d points", // original: Total des points: %d", "Touche un %d", // original: ??? |