From fd8be99ec8fbd3fbdf4279a329b510c0370169f1 Mon Sep 17 00:00:00 2001 From: DeinFreund Date: Wed, 20 Feb 2019 09:04:09 +0100 Subject: [PATCH] Clarify on how to invite friends with Steam --- LuaMenu/widgets/api_steam_handler.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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