Skip to content

Commit f115b2a

Browse files
committed
Fixed emoji remove button tooltip text
1 parent b11369d commit f115b2a

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)