Skip to content

Commit ba2fbc3

Browse files
authored
Merge pull request #24 from conred-gmod/pr_patch-1
Fixed emoji remove button tooltip text
2 parents b11369d + f115b2a commit ba2fbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom_chat/client/emojis.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function CustomChat.OpenEmojiEditor()
244244

245245
local btnRemove = vgui.Create( "DButton", item )
246246
btnRemove:SetIcon( "icon16/cancel.png" )
247-
btnRemove:SetTooltip( L"emojis.removeremove" )
247+
btnRemove:SetTooltip( L"emojis.remove" )
248248
btnRemove:SetText( "" )
249249
btnRemove:SetWide( 24 )
250250
btnRemove:Dock( RIGHT )

0 commit comments

Comments
 (0)