From ee0d23a58e007906ece2de6aac021383e81db7a0 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 17 Jun 2012 20:09:43 +0900 Subject: Fix completion header. --- newtab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newtab.js') diff --git a/newtab.js b/newtab.js index dcacf18..b9e9061 100644 --- a/newtab.js +++ b/newtab.js @@ -66,7 +66,7 @@ let INFO = 'n', 'about:newtab completer', function (context, args) { - context.title = ['URL', 'Title']; + context.title = ['about:newtab', 'Title']; context.filters = [CompletionContext.Filter.textAndDescription]; context.completions = [ [t.url, t.title] -- cgit v1.2.3