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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user