diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-18 22:00:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-18 22:00:15 +0200 |
commit | 138af6e7dd146696de82cb4ce452028e7107c1f0 (patch) | |
tree | aba2e28a6a7fbec764c527e5dcf010728c255b45 /src | |
parent | 2eebde035a79eacd8696b79910fd469e635b6f0e (diff) | |
download | weechat-138af6e7dd146696de82cb4ce452028e7107c1f0.zip |
buflist: add missing indentation in /help buflist
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index b3256170f..6bfef160b 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -71,7 +71,7 @@ buflist_command_init () "buflist", N_("bar item with list of buffers"), "bar || refresh", - N_("bar: add the \"buflist\" bar\n" + N_(" bar: add the \"buflist\" bar\n" "refresh: force the refresh of the \"buflist\" bar item\n" "\n" "The lines with buffers are displayed using string evaluation " |