Skip to content

Commit

Permalink
lua: add tint to edicts help menu page
Browse files Browse the repository at this point in the history
alexey-lysiuk committed Dec 10, 2023
1 parent dd3553f commit 3e596fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/qs_pak/scripts/menus.lua
Original file line number Diff line number Diff line change
@@ -410,7 +410,7 @@ function menu.edictspage()
local function showhelp()
local helppage = menu.textpage()

helppage.title = page.title .. ' -- Help'
helppage.title = page.title .. tint(' -- Help')
helppage.lines =
{
'Up - Select previous edict',

0 comments on commit 3e596fd

Please sign in to comment.