1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

irc: update error message, update translations

This commit is contained in:
Sébastien Helleu
2017-02-18 14:48:02 +01:00
parent 51b2352786
commit e1eeb22945
14 changed files with 96 additions and 16 deletions
+2 -2
View File
@@ -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;
}