typing: add note for translators
This commit is contained in:
parent
7c83ee02f2
commit
ed24930547
@ -100,6 +100,7 @@ typing_bar_item_typing (const void *pointer, void *data,
|
|||||||
&typing_bar_item_nicks_map_cb, str_nicks_typing);
|
&typing_bar_item_nicks_map_cb, str_nicks_typing);
|
||||||
|
|
||||||
str_typing = weechat_string_dyn_alloc (256);
|
str_typing = weechat_string_dyn_alloc (256);
|
||||||
|
/* TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible */
|
||||||
weechat_string_dyn_concat (str_typing, _("Typing: "), -1);
|
weechat_string_dyn_concat (str_typing, _("Typing: "), -1);
|
||||||
weechat_string_dyn_concat (str_typing, *str_nicks_typing, -1);
|
weechat_string_dyn_concat (str_typing, *str_nicks_typing, -1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user