diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 11:43:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:27:33 +0200 |
commit | ed24930547ef021d167960370056acaccbcecc75 (patch) | |
tree | 81795cff1150b5566ecbb3d26083d892b14f81ce /src/plugins | |
parent | 7c83ee02f22bed1166d3ffed208679fd016bb4b6 (diff) | |
download | weechat-ed24930547ef021d167960370056acaccbcecc75.zip |
typing: add note for translators
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/typing/typing-bar-item.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/typing/typing-bar-item.c b/src/plugins/typing/typing-bar-item.c index 2ecae5870..bfba92b78 100644 --- a/src/plugins/typing/typing-bar-item.c +++ b/src/plugins/typing/typing-bar-item.c @@ -100,6 +100,7 @@ typing_bar_item_typing (const void *pointer, void *data, &typing_bar_item_nicks_map_cb, str_nicks_typing); 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, *str_nicks_typing, -1); |