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)