diff --git a/lua/gmod_integration/client/cl_gui_wrong_branch.lua b/lua/gmod_integration/client/cl_gui_wrong_branch.lua index 0ce40ad..221252e 100644 --- a/lua/gmod_integration/client/cl_gui_wrong_branch.lua +++ b/lua/gmod_integration/client/cl_gui_wrong_branch.lua @@ -10,7 +10,7 @@ function gmInte.openWrongBranchPopup() local messageLabel = vgui.Create("DLabel", frame) messageLabel:Dock(FILL) messageLabel:DockMargin(10, 0, 10, 0) - messageLabel:SetText(gmInte.getTranslation("branch.description", "Hey,\nThis server doesn't not allow your game version '{1}' to join. Please switch to '{2}' in the beta tab of Garry's Mod properties.\n\nSteam -> Library -> Garry's Mod -> Right Click -> Properties -> Betas -> Select '{3}'" .. "\n\nAfter you've done that, exit Garry's Mod and rejoin the server.", {BRANCH, gmInte.config.clientBranch, gmInte.config.clientBranch})) + messageLabel:SetText(gmInte.getTranslation("branch.description", "Hey,\nThis server doesn't not allow your game version '{1}' to join. Please switch to '{2}' in the beta tab of Garry's Mod properties.\n\nSteam -> Library -> Garry's Mod -> Right Click -> Properties -> Betas -> Select '{3}'" .. "\n\nAfter you've done that, exit Garry's Mod and rejoin the server.", BRANCH, gmInte.config.clientBranch, gmInte.config.clientBranch)) messageLabel:SetContentAlignment(5) messageLabel:SetFont("GmodIntegration_Roboto_16") messageLabel:SetWrap(true)