diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index 58946ab3d..d8ebf8d39 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -703,7 +703,7 @@ relay_client_recv_cb (const void *pointer, void *data, int fd) { weechat_printf_date_tags ( NULL, 0, "relay_client", - _("%s%s: not enough memory for received data"), + _("%s%s: not enough memory for received message"), weechat_prefix ("error"), RELAY_PLUGIN_NAME); return WEECHAT_RC_OK; }