diff options
-rw-r--r-- | twittperator/add-url-completer.tw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator/add-url-completer.tw b/twittperator/add-url-completer.tw index 8fbb288..74cf1dd 100644 --- a/twittperator/add-url-completer.tw +++ b/twittperator/add-url-completer.tw @@ -44,6 +44,7 @@ THE POSSIBILITY OF SUCH DAMAGE. 'T', 'Open the urls in tweets', function (context, args) { + context.title = ['Tweeted URL', 'Tweeted text']; context.filters = [CompletionContext.Filter.textAndDescription]; let cs = []; for (let [, t] in Iterator(plugins.twittperator.Tweets)) { |