mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-12 12:35:07 -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({
|
||||
// obscure text
|
||||
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." },
|
||||
});
|
||||
|
||||
@ -1956,7 +1956,7 @@ void HintTable_Init() {
|
||||
hintTable[JUNK65] = HintText::Junk({
|
||||
// obscure text
|
||||
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." },
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user