From 8741dc37b1aeaddd9d62a19f6b14b979d6ea2614 Mon Sep 17 00:00:00 2001 From: Beherith Date: Fri, 15 Mar 2024 17:59:44 +0100 Subject: [PATCH] Text formatting --- .../widgets/chobby/components/battle/battle_list_window.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua b/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua index 7fc9045b2..a363ed72f 100644 --- a/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua +++ b/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua @@ -325,9 +325,9 @@ function BattleListWindow:UpdateInfoPanel() self.infoPanel:SetVisibility(true) self.infoPanel:BringToFront() if lobby.status == "connected" then - self.infoLabel:SetCaption("No battle rooms found, report this to us on Discord!\nIf the server was just restarted\nwait a few minutes.") + self.infoLabel:SetCaption("No battle rooms found, report this to us on Discord!\nIf the server was just restarted,\nthen wait a few minutes.") else - self.infoLabel:SetCaption("You are not connected to the server,\nwait while we automatically reconnect you ...") + self.infoLabel:SetCaption("You are not connected to the server.\nPlease wait 30 seconds while we automatically reconnect you.") end return