diff options
-rw-r--r-- | src/plugins/irc/irc-protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h index 8ac4f7c4b..b8f1a9629 100644 --- a/src/plugins/irc/irc-protocol.h +++ b/src/plugins/irc/irc-protocol.h @@ -96,7 +96,7 @@ if (argv[0][0] != ':') \ { \ weechat_printf (server->buffer, \ - _("%s%s: \"%s\" command received without " \ + _("%s%s: command \"%s\" received without " \ "host"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ command); \ @@ -107,7 +107,7 @@ if (!nick) \ { \ weechat_printf (server->buffer, \ - _("%s%s: \"%s\" command received without " \ + _("%s%s: command \"%s\" received without " \ "nick"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ command); \ |