mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-13 21:15:12 -05:00
TWEAK: Fix corrupted characters on French gossip hint (#1935)
This commit is contained in:
parent
2c6c1d2e46
commit
f050ba9ff7
@ -1532,7 +1532,7 @@ void HintTable_Init() {
|
|||||||
hintTable[JUNK02] = HintText::Junk({
|
hintTable[JUNK02] = HintText::Junk({
|
||||||
// obscure text
|
// obscure text
|
||||||
Text{ "They say you must read the names of \"Special Deal\" shop items carefully.",
|
Text{ "They say you must read the names of \"Special Deal\" shop items carefully.",
|
||||||
/*french*/ "Selon moi, les « Offres spéciales » sont parfois trompeuses... Lisez attentivement!",
|
/*french*/ "Selon moi, les \"Offres spéciales\" sont parfois trompeuses... Lisez les attentivement!",
|
||||||
/*spanish*/ "Según dicen, se debería prestar atención a los nombres de las ofertas especiales." },
|
/*spanish*/ "Según dicen, se debería prestar atención a los nombres de las ofertas especiales." },
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -1956,7 +1956,7 @@ void HintTable_Init() {
|
|||||||
hintTable[JUNK65] = HintText::Junk({
|
hintTable[JUNK65] = HintText::Junk({
|
||||||
// obscure text
|
// obscure text
|
||||||
Text{ "They say that the nightly builds may be unstable.",
|
Text{ "They say that the nightly builds may be unstable.",
|
||||||
/*french*/ "Selon moi, les « nightly builds » peuvent être instables.",
|
/*french*/ "Selon moi, les \"nightly builds\" peuvent être instables.",
|
||||||
/*spanish*/ "Según dicen, las últimas nightlies pueden llegar a ser algo inestables." },
|
/*spanish*/ "Según dicen, las últimas nightlies pueden llegar a ser algo inestables." },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user