summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExtloga <141232749+Extloga@users.noreply.github.com>2025-08-29 12:57:20 +0200
committerGitHub <noreply@github.com>2025-08-29 12:57:20 +0200
commit9a59af2a5e600eb98826c2f15ca87100a77c4b5b (patch)
tree4f22c5ee22f8fe45831f730ed035eec75e8b7008
parente0e3cb21a3d71526fce1ca45704617e01c8f42f1 (diff)
Fixes for the German translation in hint_list_item.cpp
-rw-r--r--soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp2
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"),