mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 12:00:25 -07:00
TWEAK: Fix corrupted characters on French gossip hint (#1935)
This commit is contained in:
parent
2c6c1d2e46
commit
f050ba9ff7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue