diff --git a/LuaMenu/widgets/api_steam_handler.lua b/LuaMenu/widgets/api_steam_handler.lua index 537326e92..13ed870cc 100644 --- a/LuaMenu/widgets/api_steam_handler.lua +++ b/LuaMenu/widgets/api_steam_handler.lua @@ -176,12 +176,12 @@ function SteamHandler.OpenFriendList() WG.WrapperLoopback.SteamOpenOverlaySection("LobbyInvite") local function EnableFallback() if not overlayActive then - WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends through the standalone Steam application.", {width = 380, height = 220}) + WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends using the Steam friend list.", {width = 380, height = 220}) end end WG.Delay(EnableFallback, 0.5) else - WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends through the standalone Steam application.", {width = 380, height = 220}) + WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends using the Steam friend list.", {width = 380, height = 220}) end end