From 749bc2692636f3427267fd918c4eaf4c1d52abbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 2 Jul 2022 20:41:39 +0200 Subject: [PATCH] irc: remove unneeded translation marker (issue #1772) --- src/plugins/irc/irc-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 16481221c..4d13381c5 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -6608,7 +6608,7 @@ IRC_PROTOCOL_CALLBACK(help) irc_msgbuffer_get_target_buffer (server, nick, command, NULL, NULL), date, irc_protocol_tags (command, tags, "notify_private", nick, address), - _("%s%s"), + "%s%s", weechat_prefix ("network"), str_message);