mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
German typo
This commit is contained in:
parent
42baff69c5
commit
ebfabd6c72
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#include <libultraship/bridge.h>
|
#include <libultraship/bridge.h>
|
||||||
#include "soh/OTRGlobals.h"
|
#include "soh/OTRGlobals.h"
|
||||||
#include "soh/ResourceManagerHelpers.h"
|
#include "soh/ResourceManagerHelpers.h"
|
||||||
#include "soh/Enhancements/enhancementTypes.h"
|
#include "soh/Enhancements/enhancementTypes.h"
|
||||||
|
@ -1033,7 +1033,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
||||||
message = "Vous obtenez: ";
|
message = "Vous obtenez: ";
|
||||||
break;
|
break;
|
||||||
case LANGUAGE_GER:
|
case LANGUAGE_GER:
|
||||||
message = "Du hast: ";
|
message = "Du erhältst: ";
|
||||||
break;
|
break;
|
||||||
case LANGUAGE_ENG:
|
case LANGUAGE_ENG:
|
||||||
default:
|
default:
|
||||||
|
@ -1058,7 +1058,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
||||||
.french;
|
.french;
|
||||||
break;
|
break;
|
||||||
case LANGUAGE_GER:
|
case LANGUAGE_GER:
|
||||||
message = "Du hast: ";
|
message = "Du erhältst: ";
|
||||||
itemName = Rando::StaticData::RetrieveItem((RandomizerGet)item00->itemEntry.getItemId)
|
itemName = Rando::StaticData::RetrieveItem((RandomizerGet)item00->itemEntry.getItemId)
|
||||||
.GetName()
|
.GetName()
|
||||||
.german;
|
.german;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue