From becb55949857a5798bf9d1ab4e6497e8b112764a Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Sat, 24 May 2025 15:17:08 +0200 Subject: [PATCH] Running shoes dutch correction + remove space --- P3D/Content/Localization/Tokens_nl.dat | 2 +- P3D/Pokemon/Items/KeyItems/SSTicket.vb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/P3D/Content/Localization/Tokens_nl.dat b/P3D/Content/Localization/Tokens_nl.dat index ea03d2796..5c8ceb99e 100644 --- a/P3D/Content/Localization/Tokens_nl.dat +++ b/P3D/Content/Localization/Tokens_nl.dat @@ -1823,7 +1823,7 @@ item_name_66,Rode Schub item_name_67,Geheim Drankje item_name_69,Mysterieus Ei item_name_71,Zilver~vleugel -item_name_78,Renschoenen +item_name_78,Hardloopschoenen item_name_115,GS-Bal item_name_116,Blauwe Kaart item_name_127,Kaartsleutel diff --git a/P3D/Pokemon/Items/KeyItems/SSTicket.vb b/P3D/Pokemon/Items/KeyItems/SSTicket.vb index 3ccc67f90..20c75fa33 100644 --- a/P3D/Pokemon/Items/KeyItems/SSTicket.vb +++ b/P3D/Pokemon/Items/KeyItems/SSTicket.vb @@ -5,7 +5,7 @@ Namespace Items.KeyItems Inherits KeyItem - Public Overrides ReadOnly Property Description As String = "The ticket required for sailing on the ferry S.S. Aqua. It has a drawing of a ship on it. " + Public Overrides ReadOnly Property Description As String = "The ticket required for sailing on the ferry S.S. Aqua. It has a drawing of a ship on it." Public Sub New() _textureRectangle = New Rectangle(240, 216, 24, 24)