diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index c34c7c57..1c5adeb2 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -883,9 +883,9 @@ xchat_init (void) "NAME ENDSUB\n" "CMD \n\n", _("_Open Dialog Window"), "gtk-go-up", - _("_Send a File"), "gtk-floppy", + _("_Send a File" ELLIPSIS), "gtk-floppy", _("_User Info (WhoIs)"), "gtk-info", - _("_Add to Friends List"), "gtk-add", + _("_Add to Friends List" ELLIPSIS), "gtk-add", _("_Ignore"), "gtk-stop", _("O_perator Actions"), |