From e6f352f836f4d2745b093fcc2da9e1c605565d6d Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 6 Feb 2017 14:01:05 +0100 Subject: [PATCH] Changed mouse over label --- lib/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.js b/lib/main.js index 9466cc4..1bf8439 100644 --- a/lib/main.js +++ b/lib/main.js @@ -3,7 +3,7 @@ var tabs = require("sdk/tabs"); var button = buttons.ActionButton({ id: "mozilla-link", - label: "Visit Mozilla", + label: "Send to OmniFocus Inbox", icon: { "16": "./icon-16.png", "32": "./icon-32.png", @@ -18,4 +18,4 @@ function handleClick(state) { var note = tabs.activeTab.url + (selection.text != undefined ? "\n" + selection.text : ""); tabs.open('omnifocus:///add?name=' + encodeURIComponent(name) + '¬e=' + encodeURIComponent(note)); tabs.activeTab.close(); -} \ No newline at end of file +}