mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
FIX: Equip now message (#2286)
This commit is contained in:
parent
ecb10e6ac2
commit
156de816fb
1 changed files with 2 additions and 2 deletions
|
@ -1796,11 +1796,11 @@ extern "C" int GetEquipNowMessage(char* buffer, char* src, const int maxBufferSi
|
||||||
std::string postfix;
|
std::string postfix;
|
||||||
|
|
||||||
if (gSaveContext.language == LANGUAGE_FRA) {
|
if (gSaveContext.language == LANGUAGE_FRA) {
|
||||||
postfix = "\x04\x1A\x08" "Désirez-vous l'équiper maintenant?" "\x09&&"
|
postfix = "\x04\x1A\x08" "D\x96sirez-vous l'\x96quiper maintenant?" "\x09&&"
|
||||||
"\x1B%g" "Oui" "&"
|
"\x1B%g" "Oui" "&"
|
||||||
"Non" "%w\x02";
|
"Non" "%w\x02";
|
||||||
} else if (gSaveContext.language == LANGUAGE_GER) {
|
} else if (gSaveContext.language == LANGUAGE_GER) {
|
||||||
postfix = "\x04\x1A\x08" "Möchtest Du es jetzt ausrüsten?" "\x09&&"
|
postfix = "\x04\x1A\x08" "M""\x9A""chtest Du es jetzt ausr\x9Esten?" "\x09&&"
|
||||||
"\x1B%g" "Ja!" "&"
|
"\x1B%g" "Ja!" "&"
|
||||||
"Nein!" "%w\x02";
|
"Nein!" "%w\x02";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue