diff options
Diffstat (limited to 'src/plugins/relay/relay-remote.c')
-rw-r--r-- | src/plugins/relay/relay-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-remote.c b/src/plugins/relay/relay-remote.c index 080b99ce2..dcd98a728 100644 --- a/src/plugins/relay/relay-remote.c +++ b/src/plugins/relay/relay-remote.c @@ -599,7 +599,7 @@ relay_remote_connect (struct t_relay_remote *remote) { #ifndef HAVE_CJSON weechat_printf (NULL, - _("%s%s: error: unable to connect to remote relay via API " + _("%s%s: error: unable to connect to a remote relay via API " "(cJSON support is not enabled)"), weechat_prefix ("error"), RELAY_PLUGIN_NAME); return 0; |