diff --git a/lua/ui/game/gamemain.lua b/lua/ui/game/gamemain.lua index 72fe4570ba..566ca2dd08 100644 --- a/lua/ui/game/gamemain.lua +++ b/lua/ui/game/gamemain.lua @@ -783,7 +783,7 @@ function OnUserPause(pause) else SessionSendChatMessage(import('/lua/ui/game/clientutils.lua').GetAll(), { to = 'all', - text = 'Unpaused the game', + text = 'Resumed the game', Chat = true, }) end