diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-02 20:41:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-02 20:41:39 +0200 |
commit | 749bc2692636f3427267fd918c4eaf4c1d52abbe (patch) | |
tree | 1bb8f7650403546762f6978644105a81768f5f3e /src/plugins/irc | |
parent | 9ac9dc7023e836d8ea503c643ff32c8586ae7728 (diff) | |
download | weechat-749bc2692636f3427267fd918c4eaf4c1d52abbe.zip |
irc: remove unneeded translation marker (issue #1772)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |