Skip to content

Commit

Permalink
Consistent choice of words
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 4, 2025
1 parent 8bbfb9b commit 9d7f0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/game/gamemain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d7f0f9

Please sign in to comment.