From 64182bdc6edda24bea0fe2706f9cdab334d571d6 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:35:57 +0100 Subject: [PATCH] Apostrophes corrections --- en/mystery-encounters/lost-at-sea-dialogue.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/mystery-encounters/lost-at-sea-dialogue.json b/en/mystery-encounters/lost-at-sea-dialogue.json index 41709c66..4868d87c 100644 --- a/en/mystery-encounters/lost-at-sea-dialogue.json +++ b/en/mystery-encounters/lost-at-sea-dialogue.json @@ -1,19 +1,19 @@ { - "intro": "Wandering aimlessly through the sea, you've effectively gotten nowhere.", + "intro": "Wandering aimlessly through the sea, you’ve effectively gotten nowhere.", "title": "Lost at Sea", - "description": "The sea is turbulent in this area, and you're running out of energy.\nThis is bad. Is there a way out of the situation?", + "description": "The sea is turbulent in this area, and you’re running out of energy.\nThis is bad. Is there a way out of the situation?", "query": "What will you do?", "option": { "1": { "label": "{{option1PrimaryName}} Might Help", - "label_disabled": "Can't {{option1RequiredMove}}", + "label_disabled": "Can’t {{option1RequiredMove}}", "tooltip": "(+) {{option1PrimaryName}} saves you\n(+) {{option1PrimaryName}} gains some EXP", "tooltip_disabled": "You have no Pokémon to {{option1RequiredMove}} on", "selected": "{{option1PrimaryName}} swims ahead, guiding you back on track.${{option1PrimaryName}} seems to also have gotten stronger in this time of need!" }, "2": { "label": "{{option2PrimaryName}} Might Help", - "label_disabled": "Can't {{option2RequiredMove}}", + "label_disabled": "Can’t {{option2RequiredMove}}", "tooltip": "(+) {{option2PrimaryName}} saves you\n(+) {{option2PrimaryName}} gains some EXP", "tooltip_disabled": "You have no Pokémon to {{option2RequiredMove}} with", "selected": "{{option2PrimaryName}} flies ahead of your boat, guiding you back on track.${{option2PrimaryName}} seems to also have gotten stronger in this time of need!" @@ -25,4 +25,4 @@ } }, "outro": "You are back on track." -} \ No newline at end of file +}