diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-02-18 14:48:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-02-18 14:48:02 +0100 |
commit | e1eeb22945a802bf65d4d70acb0c6c2bb8165b00 (patch) | |
tree | 8566e4fdc09e23e01f4c47350232a0110fe01486 /src | |
parent | 51b235278682da14f1a355f16b79d1ef955e7f81 (diff) | |
download | weechat-e1eeb22945a802bf65d4d70acb0c6c2bb8165b00.zip |
irc: update error message, update translations
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 08884c8b4..d8cf4a02b 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -266,8 +266,8 @@ irc_command_mode_masks (struct t_irc_server *server, { weechat_printf ( NULL, - _("%s%s: cannot use /%s, type A channel mode \"%s\" not supported " - "by server"), + _("%s%s: cannot execute command /%s, channel mode \"%s\" is not " + "supported by server"), weechat_prefix ("error"), IRC_PLUGIN_NAME, command, mode); return; } |