diff options
Diffstat (limited to 'src/plugins/xfer/xfer-chat.c')
-rw-r--r-- | src/plugins/xfer/xfer-chat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/xfer/xfer-chat.c b/src/plugins/xfer/xfer-chat.c index 99a201c71..cf9b5202b 100644 --- a/src/plugins/xfer/xfer-chat.c +++ b/src/plugins/xfer/xfer-chat.c @@ -372,8 +372,9 @@ xfer_chat_open_buffer (struct t_xfer *xfer) } weechat_printf (xfer->buffer, - _("Connected to %s (%ld.%ld.%ld.%ld) via " - "xfer chat"), + _("%s%s: connected to %s (%ld.%ld.%ld.%ld)"), + weechat_prefix ("network"), + XFER_PLUGIN_NAME, xfer->remote_nick, xfer->remote_address >> 24, (xfer->remote_address >> 16) & 0xff, |