mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Fix grammar of no_completions format, patch by Matt Lewandowsky.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5215 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8e48c6c36a
commit
00d59cdd8f
@ -282,7 +282,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
||||
{ "set_item", "$0 = $1", 2, { 0, 0 } },
|
||||
{ "set_unknown", "Unknown setting $0", 1, { 0 } },
|
||||
{ "set_not_boolean", "Setting {hilight $0} isn't boolean, use /SET", 1, { 0 } },
|
||||
{ "no_completions", "There's no completions", 0 },
|
||||
{ "no_completions", "There are no completions", 0 },
|
||||
{ "completion_removed", "Removed completion $0", 1, { 0 } },
|
||||
{ "completion_header", "%#Key Value Auto", 0 },
|
||||
{ "completion_line", "%#$[10]0 $[!40]1 $2", 3, { 0, 0, 0 } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user