diff options
| author | Extloga <141232749+Extloga@users.noreply.github.com> | 2025-08-29 12:57:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 12:57:20 +0200 |
| commit | 9a59af2a5e600eb98826c2f15ca87100a77c4b5b (patch) | |
| tree | 4f22c5ee22f8fe45831f730ed035eec75e8b7008 | |
| parent | e0e3cb21a3d71526fce1ca45704617e01c8f42f1 (diff) | |
Fixes for the German translation in hint_list_item.cpp
| -rw-r--r-- | soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp index f5195c91d..c74c0ff23 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp @@ -426,7 +426,7 @@ void StaticData::HintTable_Init_Item() { CustomMessage("a tree killer", /*german*/"ein Baumtöter", /*french*/"un coupeur d'arbres")}); // /*spanish*/un destructor de árboles - hintTextTable[RHT_BROKEN_SWORD] = HintText(CustomMessage("the Broken Goron's Sword", /*german*/"das zerbrochene Goronen-Schwert", /*french*/"l'Épée Brisée de Goron"), + hintTextTable[RHT_BROKEN_SWORD] = HintText(CustomMessage("the Broken Goron's Sword", /*german*/"das Zerbr. Goronen-Schwert", /*french*/"l'Épée Brisée de Goron"), // /*spanish*/la espada goron rota { CustomMessage("a trade quest item", /*german*/"ein Handelsgegenstand", /*french*/"un objet de quête d'échanges"), |
