Skip to content

Commit

Permalink
exp: set proper name to nearby entities window
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 26, 2024
1 parent d5b90bc commit a589550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/qs_pak/scripts/expmode_edicts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ local function nearbyentity_onhide(self)
end

function expmode.edicts.nearbyentity()
return window('Search Entity', nearbyentity_onupdate,
return window('Nearby Entities', nearbyentity_onupdate,
function (self)
self:setconstraints()
self:setsize(imVec2(400, 0))
Expand Down

0 comments on commit a589550

Please sign in to comment.