1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

core: update translations (issue #1375)

This commit is contained in:
Sébastien Helleu
2019-07-11 07:29:21 +02:00
parent 26c0b1270f
commit 643376fc1d
22 changed files with 132 additions and 16 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ void
buflist_info_init ()
{
weechat_hook_infolist (
"buflist", N_("list of buffers in a buflist"),
"buflist", N_("list of buffers in a buflist bar item"),
NULL,
N_("buflist item name (optional)"),
N_("buflist bar item name (optional)"),
&buflist_info_infolist_buflist_cb, NULL, NULL);
}