1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: remove unneeded translation marker (issue #1772)

This commit is contained in:
Sébastien Helleu
2022-07-02 20:41:39 +02:00
parent 9ac9dc7023
commit 749bc26926
+1 -1
View File
@@ -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);