1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

irc: do not translate string "Msg" for messages to channel ops/voiced

This commit is contained in:
Sebastien Helleu
2012-03-23 14:10:52 +01:00
parent d4184f78c5
commit c826f4841f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2593,7 +2593,7 @@ irc_command_msg (void *data, struct t_gui_buffer *buffer, int argc,
"notify_none,no_highlight",
"%s%s%s -> %s%s%s: %s",
weechat_prefix ("network"),
_("Msg"),
"Msg",
IRC_COLOR_RESET,
IRC_COLOR_CHAT_CHANNEL,
targets[i],
+1 -1
View File
@@ -1539,7 +1539,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
nick),
"%s%s%s%s(%s%s%s)%s: %s",
weechat_prefix ("network"),
_("Msg"),
"Msg",
(msg_op) ? "Op" : ((msg_voice) ? "Voice" : ""),
IRC_COLOR_CHAT_DELIMITERS,
irc_nick_color_for_message (server, ptr_nick, nick),