From 1bd98d57e69ecca94392faf5e1a0cc19ae5cac20 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Tue, 24 Sep 2024 20:34:31 +0200 Subject: [PATCH] Update dancing-lessons-dialogue.json --- .../de/mystery-encounters/dancing-lessons-dialogue.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/de/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/de/mystery-encounters/dancing-lessons-dialogue.json index 3ea02955309..98fca6caebe 100644 --- a/src/locales/de/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/de/mystery-encounters/dancing-lessons-dialogue.json @@ -1,7 +1,7 @@ { "intro": "Ein {{oricorioName}} tanzt traurig allein, ohne einen Partner.", "title": "Tanzstunden", - "description": "Das {{oricorioName}} scheint nicht aggressiv zu sein, im Gegenteil, es scheint traurig zu sein.\nVielleicht möchte es einfach nur mit jemandem tanzen...", + "description": "Das {{oricorioName}} scheint nicht aggressiv zu sein, im Gegenteil, es scheint traurig zu sein.\nVielleicht möchte es einfach nur mit jemandem tanzen...",//TODO "query": "Was wirst du tun?", "option": { "1": { @@ -12,7 +12,7 @@ }, "2": { "label": "Lerne den Tanz", - "tooltip": "(+) Bringe einem Pokémon Wecktanz bei", + "tooltip": "(+) Bringe einem Pokémon Wecktanz bei",//TODO "selected": "Du schaust dem {{oricorioName}} genau zu, wie es seinen Tanz aufführt...$@s{level_up_fanfare}Dein {{selectedPokemon}} hat von {{oricorioName}} gelernt!" }, "3": { @@ -24,4 +24,4 @@ } }, "invalid_selection": "Das Pokémon kennt keine Tanzattacke" -} \ No newline at end of file +}