diff options
| -rw-r--r-- | ShiftOS/Labyrinth.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS/Labyrinth.vb b/ShiftOS/Labyrinth.vb index 2a4f732..22c7d69 100644 --- a/ShiftOS/Labyrinth.vb +++ b/ShiftOS/Labyrinth.vb @@ -463,7 +463,7 @@ pnllvl3.Dock = DockStyle.Fill pnllvl3.BringToFront() pnlplayer.Parent = pnllvl3 - lbllevel.Text = "Follown' the Path" + lbllevel.Text = "Followin' the Path" Case 4 If firstlvl = False Then cpearnt = cpearnt + 2 level = 4 |
