From c6cac5ac7a106465fd0e3e0e5bf642025075e913 Mon Sep 17 00:00:00 2001 From: sprunk Date: Thu, 28 Dec 2017 20:25:29 +0100 Subject: [PATCH] Fix a typo --- LuaMenu/widgets/gui_campaign_handler.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaMenu/widgets/gui_campaign_handler.lua b/LuaMenu/widgets/gui_campaign_handler.lua index 27cbad9ee..b71db26a2 100644 --- a/LuaMenu/widgets/gui_campaign_handler.lua +++ b/LuaMenu/widgets/gui_campaign_handler.lua @@ -679,7 +679,7 @@ local function SelectPlanet(planetHandler, planetID, planetData, startable) local function SkipFunc() ProcessPlanetVictory(planetID, 0, {}, nil, WG.CampaignData.GetDifficultySetting()) end - WG.Chobby.ConfirmationPopup(SkipFunc, "Are you sure you want to skip the quick tutorial? Remeber to come back later if you need help.", nil, 315, 220) + WG.Chobby.ConfirmationPopup(SkipFunc, "Are you sure you want to skip the quick tutorial? Remember to come back later if you need help.", nil, 315, 220) end } } @@ -1524,4 +1524,4 @@ end function widget:Shutdown() WG.CampaignHandler = nil -end \ No newline at end of file +end