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

irc: fix description of info "irc_nick_from_host"

This fixes the following warning from xgettext:

src/plugins/irc/irc-info.c:1361: warning: Message contains an embedded email address.  Better move it out of the translatable string, see https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html
This commit is contained in:
Sébastien Helleu
2026-05-30 15:36:26 +02:00
parent e4b70ad252
commit 4fdcbf8f93
15 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -1358,7 +1358,7 @@ irc_info_init (void)
weechat_hook_info (
"irc_nick_from_host",
N_("get nick from IRC host"),
N_("IRC host (like `:nick!name@server.com`)"),
N_("IRC host (like `:nick!name@server`)"),
&irc_info_info_irc_nick_from_host_cb, NULL, NULL);
weechat_hook_info (
"irc_nick_color",