Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LuaMenu/widgets/gui_campaign_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down Expand Up @@ -1524,4 +1524,4 @@ end

function widget:Shutdown()
WG.CampaignHandler = nil
end
end