mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
script: add commas in title of script buffer
This commit is contained in:
@@ -742,10 +742,10 @@ script_buffer_refresh (int clear)
|
||||
{
|
||||
snprintf (str_title, sizeof (str_title),
|
||||
_("%d/%d scripts (filter: %s) | Sort: %s | "
|
||||
"Alt+key/input: i=install r=remove l=load L=reload "
|
||||
"u=unload A=autoload h=(un)hold v=view script | "
|
||||
"Input: q=close $=refresh s:x,y=sort words=filter "
|
||||
"*=reset filter | Mouse: left=select right=install/remove"),
|
||||
"Alt+key/input: i=install, r=remove, l=load, L=reload, "
|
||||
"u=unload, A=autoload, h=(un)hold, v=view script | "
|
||||
"Input: q=close, $=refresh, s:x,y=sort, words=filter, "
|
||||
"*=reset filter | Mouse: left=select, right=install/remove"),
|
||||
script_repo_count_displayed,
|
||||
script_repo_count,
|
||||
(script_repo_filter) ? script_repo_filter : "*",
|
||||
|
||||
Reference in New Issue
Block a user